[BACK]Return to patch-aa CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / games / scummvm / patches

Annotation of pkgsrc/games/scummvm/patches/patch-aa, Revision 1.8

1.6       adam        1: $NetBSD$
1.4       wiz         2:
1.8     ! adam        3: --- Makefile.orig      2003-07-16 22:36:38.000000000 +0200
1.7       wiz         4: +++ Makefile
                      5: @@ -2,3 +2,3 @@
1.6       adam        6:
                      7: -CXX     := c++
                      8: +#CXX     := c++
                      9:  AR      := ar cru
1.7       wiz        10: @@ -19,3 +19,3 @@ CP      := cp
1.1       wiz        11:
1.6       adam       12: -CXXFLAGS:= -g -O
                     13: +CXXFLAGS+=${CFLAGS}
1.2       wiz        14:  DEFINES :=
1.8     ! adam       15: @@ -55,4 +55,4 @@ LIBS    += -lmad
        !            16:  # Uncomment this to activate the Ogg Vorbis lib for compressed sound files
        !            17: -# DEFINES += -DUSE_VORBIS
        !            18: -# LIBS    += -lvorbisfile -lvorbis
        !            19: +DEFINES += -DUSE_VORBIS
        !            20: +LIBS    += -lvorbisfile -lvorbis
        !            21:

CVSweb <webmaster@jp.NetBSD.org>