aboutsummaryrefslogtreecommitdiff
path: root/audio/ladspa
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2010-07-02 18:50:21 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2010-07-02 18:50:21 +0000
commitcfc27658fcb60980b50ec9d69c938bd11379d243 (patch)
tree09f597634bec4bb2318f0d72150ba4c5321e8abc /audio/ladspa
parent69bd023e37b1318fb9e03e28cec249d5da53ff52 (diff)
downloadports-cfc27658fcb60980b50ec9d69c938bd11379d243.tar.gz
ports-cfc27658fcb60980b50ec9d69c938bd11379d243.zip
Notes
Diffstat (limited to 'audio/ladspa')
-rw-r--r--audio/ladspa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ladspa/Makefile b/audio/ladspa/Makefile
index 25f0ed1202e8..f5baf9596435 100644
--- a/audio/ladspa/Makefile
+++ b/audio/ladspa/Makefile
@@ -25,8 +25,8 @@ PLUGIN_FILES= amp.so delay.so filter.so noise.so sine.so
PLUGIN_DIR?= ${PREFIX}/lib/ladspa/
post-patch:
- ${REINPLACE_CMD} -e 's,-ldl,,; s,-O3,${CFLAGS},; s,CPP,CXX,' \
- ${WRKSRC}/src/makefile
+ ${REINPLACE_CMD} -e 's,-ldl,,; s,-O3,${CFLAGS},; \
+ s,^CC,#CC,;s,^CPP,#CPP,;s,CPP,CXX,' ${WRKSRC}/src/makefile
do-build:
cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} ${GMAKE} -f makefile targets