aboutsummaryrefslogtreecommitdiff
path: root/audio/swhplugins
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-11-24 03:34:56 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-11-24 03:34:56 +0000
commitecb14b7a26059e56cb5563e3028a2cb2510855d9 (patch)
tree04718deaa6ecffd513da9797cb5682e7f9ce203c /audio/swhplugins
parentf66f23a588d8a9f43cf4ce579b3584b677196454 (diff)
downloadports-ecb14b7a26059e56cb5563e3028a2cb2510855d9.tar.gz
ports-ecb14b7a26059e56cb5563e3028a2cb2510855d9.zip
Change math/fftw3 dependency to math/fftw3-float
Approved by: adamw (implicit)
Notes
Notes: svn path=/head/; revision=122276
Diffstat (limited to 'audio/swhplugins')
-rw-r--r--audio/swhplugins/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile
index f9e2c82d278e..4869f867b4f8 100644
--- a/audio/swhplugins/Makefile
+++ b/audio/swhplugins/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Steve Harris' huge Collection of LADSPA Plugins
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
-LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3
+LIB_DEPENDS= fftw3f.3:${PORTSDIR}/math/fftw3-float
# includes assembler code
ONLY_FOR_ARCHS= i386 amd64
@@ -43,9 +43,6 @@ PLIST_SUB+= NLS=""
.endif
post-patch:
- @${REINPLACE_CMD} -e \
- 's|$$CFLAGS.*$${USE_SSE}|$$CFLAGS|g ; \
- s|fftw3f|fftw3|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|gcc |$$(CC) |g ; \
s| -lc| $$(LDFLAGS)|g ; \
s|-lrt||g' ${WRKSRC}/Makefile.in