aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-04-30 18:33:54 +0800
committerkris <kris@FreeBSD.org>2001-04-30 18:33:54 +0800
commitde8e3ecd505bee533a101f42e7352019c2bbe866 (patch)
treef0a5728a8ab6bcd2e8764dfa4de5b6755058be98 /audio
parentd0c89663ca5036a2db478082edae630db80c1a31 (diff)
downloadfreebsd-ports-graphics-de8e3ecd505bee533a101f42e7352019c2bbe866.tar.gz
freebsd-ports-graphics-de8e3ecd505bee533a101f42e7352019c2bbe866.tar.zst
freebsd-ports-graphics-de8e3ecd505bee533a101f42e7352019c2bbe866.zip
Don't hardcode CXX to g++, CXXFLAGS to -O3 and a bunch of -f optimizations
This port is still broken, but no worse than before
Diffstat (limited to 'audio')
-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 00000000000..0de88286621
--- /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