summaryrefslogtreecommitdiffstats
path: root/audio/swhplugins
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-11-09 22:35:23 +0000
committerkrion <krion@FreeBSD.org>2004-11-09 22:35:23 +0000
commitf7e33b43e045afb6e00dab9991cf8d7b0525c114 (patch)
treeb6ec77947263fd1aa65c07dc8af68c4259e79e0e /audio/swhplugins
parent64ac708d4575a251d9fd630d6abdc44e6f384fdb (diff)
downloadFreeBSD-ports-f7e33b43e045afb6e00dab9991cf8d7b0525c114.zip
FreeBSD-ports-f7e33b43e045afb6e00dab9991cf8d7b0525c114.tar.gz
Fix build.
Reported by: pointyhat via kris
Diffstat (limited to 'audio/swhplugins')
-rw-r--r--audio/swhplugins/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile
index ae40094..406f002 100644
--- a/audio/swhplugins/Makefile
+++ b/audio/swhplugins/Makefile
@@ -44,7 +44,8 @@ PLIST_SUB+= NLS=""
post-patch:
@${REINPLACE_CMD} -e \
- 's|$$CFLAGS.*$${USE_SSE}|$$CFLAGS|g' ${WRKSRC}/configure
+ '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
OpenPOWER on IntegriCloud