aboutsummaryrefslogtreecommitdiff
path: root/devel/libdsp/files
diff options
context:
space:
mode:
authorChin-San Huang <chinsan@FreeBSD.org>2008-08-31 08:55:42 +0000
committerChin-San Huang <chinsan@FreeBSD.org>2008-08-31 08:55:42 +0000
commit1fa41e1a3e48227f32d9353c143e437a53003dac (patch)
tree295f08583b42e5bfccdc6a16a986bc28c8635edc /devel/libdsp/files
parentd2d421fd99442de3cc46828fc189d8c5f4e33dbc (diff)
downloadports-1fa41e1a3e48227f32d9353c143e437a53003dac.tar.gz
ports-1fa41e1a3e48227f32d9353c143e437a53003dac.zip
Notes
Diffstat (limited to 'devel/libdsp/files')
-rw-r--r--devel/libdsp/files/patch-Makefile.BSD (renamed from devel/libdsp/files/patch-Makefile.FreeBSD)25
1 files changed, 11 insertions, 14 deletions
diff --git a/devel/libdsp/files/patch-Makefile.FreeBSD b/devel/libdsp/files/patch-Makefile.BSD
index 1733140d6251..0bdc098c9a3c 100644
--- a/devel/libdsp/files/patch-Makefile.FreeBSD
+++ b/devel/libdsp/files/patch-Makefile.BSD
@@ -1,5 +1,5 @@
---- Makefile.FreeBSD.bak Mon Jun 16 23:46:56 2003
-+++ Makefile.FreeBSD Tue Jun 17 07:59:44 2003
+--- Makefile.BSD.orig 2008-08-31 16:19:03.000000000 +0800
++++ Makefile.BSD 2008-08-31 16:22:54.000000000 +0800
@@ -17,15 +17,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
@@ -17,7 +17,7 @@
# BSD system
DEFS += -DBSDSYS
# define if your compiler/c-library is ISO C 9x standard compliant
-@@ -37,15 +30,15 @@
+@@ -35,15 +28,14 @@
# x86 architecture specific optimizations
#DEFS += -DDSP_X86
@@ -25,7 +25,6 @@
+INCS = -I. -I../Inlines-${INLINE_VER}
-LDFLAGS = -pthread #-g
-+#LDFLAGS = -pthread #-g
LIBS = -lm #-ldrfftw -ldfftw
@@ -34,9 +33,9 @@
-PREFIX = /usr/local
+PREFIX ?= /usr/local
- VERSION = 5:0:4
+ VERSION = 9:0:8
-@@ -143,35 +136,35 @@
+@@ -137,34 +129,34 @@
$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -rpath $(PREFIX)/lib -version-info $(VERSION) -o libdsp.la $(LOBJS) $(LIBS)
install: libdsp.la
@@ -44,25 +43,24 @@
- install -m 644 dsp/DSPConfig.hh $(PREFIX)/include/dsp
- install -m 644 dsp/DSPOp.hh $(PREFIX)/include/dsp
- install -m 644 dsp/DSPVector.hh $(PREFIX)/include/dsp
-- install -m 644 dsp/Decimator.hh $(PREFIX)/include/dsp
- install -m 644 dsp/FFTDecimator.hh $(PREFIX)/include/dsp
- install -m 644 dsp/FFTInterpolator.hh $(PREFIX)/include/dsp
- install -m 644 dsp/FFTMultiRate.hh $(PREFIX)/include/dsp
- install -m 644 dsp/Filter.hh $(PREFIX)/include/dsp
-- install -m 644 dsp/Filter2.hh $(PREFIX)/include/dsp
- install -m 644 dsp/FIRDecimator.hh $(PREFIX)/include/dsp
- install -m 644 dsp/FIRInterpolator.hh $(PREFIX)/include/dsp
- install -m 644 dsp/FIRMultiRate.hh $(PREFIX)/include/dsp
+- install -m 644 dsp/FlipBand.hh $(PREFIX)/include/dsp
- install -m 644 dsp/Hankel.hh $(PREFIX)/include/dsp
- install -m 644 dsp/IIRCascade.hh $(PREFIX)/include/dsp
- install -m 644 dsp/IIRDecimator.hh $(PREFIX)/include/dsp
- install -m 644 dsp/IIRInterpolator.hh $(PREFIX)/include/dsp
- install -m 644 dsp/IIRMultiRate.hh $(PREFIX)/include/dsp
- install -m 644 dsp/ReBuffer.hh $(PREFIX)/include/dsp
-- install -m 644 dsp/ReBuffer2.hh $(PREFIX)/include/dsp
-- install -m 644 dsp/ReBuffer3.hh $(PREFIX)/include/dsp
+- install -m 644 dsp/ReBufferT.hh $(PREFIX)/include/dsp
- install -m 644 dsp/RecDecimator.hh $(PREFIX)/include/dsp
- install -m 644 dsp/RecInterpolator.hh $(PREFIX)/include/dsp
+- install -m 644 dsp/RingBuffer.hh $(PREFIX)/include/dsp
- install -m 644 dsp/Transform4.hh $(PREFIX)/include/dsp
- install -m 644 dsp/Transform8.hh $(PREFIX)/include/dsp
- install -m 644 dsp/TransformS.hh $(PREFIX)/include/dsp
@@ -73,25 +71,24 @@
+ ${BSD_INSTALL_DATA} dsp/DSPConfig.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/DSPOp.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/DSPVector.hh $(PREFIX)/include/dsp
-+ ${BSD_INSTALL_DATA} dsp/Decimator.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/FFTDecimator.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/FFTInterpolator.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/FFTMultiRate.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/Filter.hh $(PREFIX)/include/dsp
-+ ${BSD_INSTALL_DATA} dsp/Filter2.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/FIRDecimator.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/FIRInterpolator.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/FIRMultiRate.hh $(PREFIX)/include/dsp
++ ${BSD_INSTALL_DATA} dsp/FlipBand.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/Hankel.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/IIRCascade.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/IIRDecimator.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/IIRInterpolator.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/IIRMultiRate.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/ReBuffer.hh $(PREFIX)/include/dsp
-+ ${BSD_INSTALL_DATA} dsp/ReBuffer2.hh $(PREFIX)/include/dsp
-+ ${BSD_INSTALL_DATA} dsp/ReBuffer3.hh $(PREFIX)/include/dsp
++ ${BSD_INSTALL_DATA} dsp/ReBufferT.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/RecDecimator.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/RecInterpolator.hh $(PREFIX)/include/dsp
++ ${BSD_INSTALL_DATA} dsp/RingBuffer.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/Transform4.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/Transform8.hh $(PREFIX)/include/dsp
+ ${BSD_INSTALL_DATA} dsp/TransformS.hh $(PREFIX)/include/dsp