$NetBSD: patch-aa,v 1.9 2004/01/17 21:25:41 adam Exp $ --- Makefile.orig 2003-07-16 20:36:38.000000000 +0000 +++ Makefile @@ -2,3 +2,3 @@ -CXX := c++ +#CXX := c++ AR := ar cru @@ -19,7 +19,5 @@ CP := cp -CXXFLAGS:= -g -O +CXXFLAGS+=${CFLAGS} DEFINES := -LDFLAGS := INCLUDES:= -I. -Icommon -LIBS := OBJS := @@ -55,4 +53,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