From 1dc254500daa7eb5d0608a35896da55894c8b711 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sun, 9 Sep 2001 12:09:32 +0000 Subject: upgrade to 4.1.1 drop maintainership --- devel/libdsp/files/patch-Makefile.FreeBSD | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 devel/libdsp/files/patch-Makefile.FreeBSD (limited to 'devel/libdsp/files/patch-Makefile.FreeBSD') 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 + -- cgit v1.2.3