[BACK]Return to patch-src_Makefile_lnx CVS log [TXT][DIR] Up to [local] / ports / games / motogt / patches

Annotation of ports/games/motogt/patches/patch-src_Makefile_lnx, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- src/Makefile.lnx.orig      Thu Oct 27 20:35:21 2011
        !             3: +++ src/Makefile.lnx   Thu Oct 27 20:37:16 2011
        !             4: @@ -1,7 +1,7 @@
        !             5:  GPP=g++
        !             6: -GCC=gcc
        !             7: -FLAGS= -O2 -ffast-math
        !             8: -LIBS= -s -lpng -lsfml-window -lsfml-graphics -lsfml-system -lsfml-audio
        !             9: +GCC=${CXX}
        !            10: +FLAGS=${CXXFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng -I${X11BASE}/include
        !            11: +LIBS= -L${LOCALBASE}/lib -L${X11BASE}/lib -s -pthread -lpng -lsfml-window -lsfml-graphics -lsfml-system -lsfml-audio
        !            12:  TEMP_DIR=../tmp-lnx
        !            13:
        !            14:  all: ${TEMP_DIR} ../MotoGT.bin

CVSweb