aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-11-09 22:35:23 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-11-09 22:35:23 +0000
commitf862065cc3775f45af91e723d5c02c5168519df8 (patch)
tree99aa9500bc587a5b65e922ccabf4ad1f0489b508 /audio
parent21eda2d85fb8538159ddc94853eb5e2267843f00 (diff)
downloadports-f862065cc3775f45af91e723d5c02c5168519df8.tar.gz
ports-f862065cc3775f45af91e723d5c02c5168519df8.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/swhplugins/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile
index ae400946ae81..406f002c9893 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