$NetBSD: patch-aa,v 1.8 2003/09/10 11:02:18 adam Exp $ --- Makefile.orig 2003-07-16 22:36:38.000000000 +0200 +++ Makefile @@ -2,3 +2,3 @@ -CXX := c++ +#CXX := c++ AR := ar cru @@ -19,3 +19,3 @@ CP := cp -CXXFLAGS:= -g -O +CXXFLAGS+=${CFLAGS} DEFINES := @@ -55,4 +55,4 @@ LIBS += -lmad # Uncomment this to activate the Ogg Vorbis lib for compressed sound files -# DEFINES += -DUSE_VORBIS -# LIBS += -lvorbisfile -lvorbis +DEFINES += -DUSE_VORBIS +LIBS += -lvorbisfile -lvorbis