summaryrefslogtreecommitdiff
path: root/devel/libdsp/files/patch-Makefile.FreeBSD
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-09-09 12:09:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-09-09 12:09:32 +0000
commit1dc254500daa7eb5d0608a35896da55894c8b711 (patch)
tree661e3740ee50ac6278c64587abd456478eafa432 /devel/libdsp/files/patch-Makefile.FreeBSD
parentupgrade to 0.6 (diff)
upgrade to 4.1.1
drop maintainership
Notes
Notes: svn path=/head/; revision=47569
Diffstat (limited to 'devel/libdsp/files/patch-Makefile.FreeBSD')
-rw-r--r--devel/libdsp/files/patch-Makefile.FreeBSD19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/libdsp/files/patch-Makefile.FreeBSD b/devel/libdsp/files/patch-Makefile.FreeBSD
new file mode 100644
index 000000000000..b65f5c1c9721
--- /dev/null
+++ b/devel/libdsp/files/patch-Makefile.FreeBSD
@@ -0,0 +1,19 @@
+--- Makefile.FreeBSD.orig Sun Sep 9 19:52:53 2001
++++ Makefile.FreeBSD Sun Sep 9 19:54:01 2001
+@@ -17,14 +17,12 @@
+ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ #
+
+-CXX = g++
+-CXXFLAGS = -mcpu=pentium -march=pentium -O6 -fomit-frame-pointer -ffast-math -funroll-loops -malign-loops=5 -malign-jumps=5 -malign-functions=5 -mpreferred-stack-boundary=5 -mfancy-math-387 -Wall -Werror #-g
++CXXFLAGS += -O6 -fomit-frame-pointer -ffast-math -funroll-loops -malign-loops=5 -malign-jumps=5 -malign-functions=5 -mpreferred-stack-boundary=5 -mfancy-math-387 -Wall -Werror #-g
+ DEFS = -D_REENTRANT -D_THREAD_SAFE -DBSDSYS -DX86 -DUSE_MEMMOVE
+-INCS = -I. -I/usr/local/include
++INCS = -I. -I../Inlines-%%INLINE_VER%%
+ LDFLAGS = #-g
+ LIBS = -lm #-ldrfftw -ldfftw
+ LIBTOOL = libtool
+-PREFIX = /usr/local
+
+ VERSION = 1:1:0
+