aboutsummaryrefslogtreecommitdiff
path: root/audio/spiralloops
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-04-30 10:33:54 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-04-30 10:33:54 +0000
commitc9235a7b47a25ebf5fe842a2489adc8f6d06a705 (patch)
tree1fae6464a99f2ab0546920cf3ef79c6172df2066 /audio/spiralloops
parentb7bae3d10574903081d42b8f62fa24912d8d050e (diff)
downloadports-c9235a7b47a25ebf5fe842a2489adc8f6d06a705.tar.gz
ports-c9235a7b47a25ebf5fe842a2489adc8f6d06a705.zip
Notes
Diffstat (limited to 'audio/spiralloops')
-rw-r--r--audio/spiralloops/files/patch-Makefile.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/spiralloops/files/patch-Makefile.in b/audio/spiralloops/files/patch-Makefile.in
new file mode 100644
index 000000000000..0de88286621a
--- /dev/null
+++ b/audio/spiralloops/files/patch-Makefile.in
@@ -0,0 +1,18 @@
+--- Makefile.in.orig Mon Apr 30 03:30:32 2001
++++ Makefile.in Mon Apr 30 03:30:56 2001
+@@ -7,12 +7,10 @@
+
+ ####### Compiler, tools and options
+
+-CC = gcc
+-CXX = g++
+-CFLAGS = -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused -g
+-CXXFLAGS= -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused -g
++CFLAGS += -Wall -DNO_DEBUG -Wno-unused -g
++CXXFLAGS+= -Wall -DNO_DEBUG -Wno-unused -g
+ INCPATH = -I/usr/X11R6/include
+-LINK = g++
++LINK = ${CXX}
+ LFLAGS =
+ LIBS = -L/usr/X11R6/lib -lfltk -lGL -lXext -lX11 -lm
+ MOC = moc