diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-24 11:34:56 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-24 11:34:56 +0800 |
commit | b0e1c970177d7629e0dfaf9a5a44b9cbc6bc3cc1 (patch) | |
tree | 03a637322c1baed107bb510498272883d1c4c5b5 | |
parent | 8ec225fbb78f365c3551eeb949733aeb38de40aa (diff) | |
download | freebsd-ports-gnome-b0e1c970177d7629e0dfaf9a5a44b9cbc6bc3cc1.tar.gz freebsd-ports-gnome-b0e1c970177d7629e0dfaf9a5a44b9cbc6bc3cc1.tar.zst freebsd-ports-gnome-b0e1c970177d7629e0dfaf9a5a44b9cbc6bc3cc1.zip |
Change math/fftw3 dependency to math/fftw3-float
Approved by: adamw (implicit)
-rw-r--r-- | audio/swhplugins/Makefile | 5 |
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 |