diff options
Diffstat (limited to 'audio/spiralsynth/patches/patch-aa')
-rw-r--r-- | audio/spiralsynth/patches/patch-aa | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/audio/spiralsynth/patches/patch-aa b/audio/spiralsynth/patches/patch-aa index e7d03d95a75..9e4f155f68d 100644 --- a/audio/spiralsynth/patches/patch-aa +++ b/audio/spiralsynth/patches/patch-aa @@ -1,22 +1,22 @@ -$NetBSD: patch-aa,v 1.4 2003/07/22 20:43:04 jmmv Exp $ +$NetBSD: patch-aa,v 1.5 2004/11/25 17:24:27 ben Exp $ ---- Makefile.in.orig Sun Nov 26 08:06:47 2000 +--- Makefile.in.orig Thu Jun 13 14:56:01 2002 +++ Makefile.in @@ -9,12 +9,12 @@ CC = gcc CXX = g++ --CFLAGS = -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused --CXXFLAGS= -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused +-CFLAGS = -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused -g +-CXXFLAGS= -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused -g -INCPATH = -I/usr/X11R6/include -LINK = g++ -+CFLAGS += -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused -+CXXFLAGS+= -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused -+INCPATH = ++CFLAGS+= -pipe -Wall -DNO_DEBUG -Wno-unused -g ++CXXFLAGS+= -pipe -Wall -DNO_DEBUG -Wno-unused -g ++INCPATH = +LINK = g++ ${LDFLAGS} LFLAGS = --LIBS = -L/usr/X11R6/lib -lfltk -lGL -lXext -lX11 -lm -+LIBS = -lfltk -lGL -lXext -lX11 -lm ${LIBOSSAUDIO} +-LIBS = -L/usr/X11R6/lib -lfltk -lGL -lXext -lX11 -lm -lpthread ++LIBS = -lfltk -lGL -lXext -lX11 -lm -lpthread ${LIBOSSAUDIO} MOC = moc + UIC = - TAR = tar -cf |