diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-04-02 21:30:06 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-04-02 21:30:06 +0800 |
commit | 873d70f1feb654e825d8e850023c611a0340d21a (patch) | |
tree | 0073a3d704190cadbaac4df67ef7ea5c3f57a85d /devel/libdsp/files | |
parent | 285f755b1285b407f3eaa8f159b2035f4ed851bd (diff) | |
download | freebsd-ports-gnome-873d70f1feb654e825d8e850023c611a0340d21a.tar.gz freebsd-ports-gnome-873d70f1feb654e825d8e850023c611a0340d21a.tar.zst freebsd-ports-gnome-873d70f1feb654e825d8e850023c611a0340d21a.zip |
upgrade to 3.3.7
add missing ISNTALLS_SHLIB=yes
Diffstat (limited to 'devel/libdsp/files')
-rw-r--r-- | devel/libdsp/files/patch-Makefile_FreeBSD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/libdsp/files/patch-Makefile_FreeBSD b/devel/libdsp/files/patch-Makefile_FreeBSD index 11a009cc9c72..2f9f62cec164 100644 --- a/devel/libdsp/files/patch-Makefile_FreeBSD +++ b/devel/libdsp/files/patch-Makefile_FreeBSD @@ -1,17 +1,17 @@ ---- Makefile.FreeBSD.orig Thu Jan 11 05:42:13 2001 -+++ Makefile.FreeBSD Sat Mar 17 00:34:20 2001 -@@ -18,12 +18,11 @@ +--- Makefile.FreeBSD.orig Mon Apr 2 21:09:48 2001 ++++ Makefile.FreeBSD Mon Apr 2 21:10:41 2001 +@@ -17,13 +17,10 @@ + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # - CXX = g++ +-CXX = g++ -CXXFLAGS = -mcpu=k6 -march=k6 -O6 -fomit-frame-pointer -ffast-math -funroll-loops -malign-loops=3 -malign-jumps=3 -malign-functions=3 -mpreferred-stack-boundary=3 -mfancy-math-387 -Wall -+CXXFLAGS += -O6 -fomit-frame-pointer -ffast-math -funroll-loops -malign-loops=3 -malign-jumps=3 -malign-functions=3 -mpreferred-stack-boundary=3 -mfancy-math-387 -Wall - DEFS = -D_REENTRANT -D_THREAD_SAFE -DFREEBSD + DEFS = -D_REENTRANT -D_THREAD_SAFE -DBSDSYS -INCS = -I. +INCS = -I. -I../Inlines-%%INLINE_VER%% LIBS = -lm #-ldrfftw -ldfftw LIBTOOL = libtool -PREFIX = /usr/local - VERSION = 0:5:0 + VERSION = 0:7:0 |