[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / games / ufoai

Diff for /ports/games/ufoai/Attic/Makefile between version 1.4 and 1.5

version 1.4, 2009/06/19 09:20:22 version 1.5, 2009/07/07 14:28:40
Line 36 
Line 36 
 USE_GMAKE =             Yes  USE_GMAKE =             Yes
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
 CONFIGURE_ARGS +=       --enable-release=yes  CONFIGURE_ARGS +=       --enable-release=yes
   .if ${MACHINE_ARCH} == "amd64"
   CONFIGURE_ARGS +=       --enable-mmx=yes
   .endif
 CONFIGURE_ENV +=        CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng -I${X11BASE}/include" \  CONFIGURE_ENV +=        CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng -I${X11BASE}/include" \
                         LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -liconv -pthread"                          LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -liconv -pthread"
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb