diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-27 18:47:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-27 18:47:22 +0000 |
commit | e69452808e2cff9c90069309c6e6b6a999347f36 (patch) | |
tree | ca7a815a05ed79bf1bb27ecf3ed57433af780efc /audio/ladspa | |
parent | 56d50228c1ad839b535182b3b0527cb91e66c1f2 (diff) | |
download | ports-e69452808e2cff9c90069309c6e6b6a999347f36.tar.gz ports-e69452808e2cff9c90069309c6e6b6a999347f36.zip |
Notes
Diffstat (limited to 'audio/ladspa')
-rw-r--r-- | audio/ladspa/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/ladspa/Makefile b/audio/ladspa/Makefile index 68451717ee54..97ed5364d3f0 100644 --- a/audio/ladspa/Makefile +++ b/audio/ladspa/Makefile @@ -25,7 +25,6 @@ PLUGIN_DIR?= ${PREFIX}/lib/ladspa/ post-patch: ${REINPLACE_CMD} -e 's,-ldl,,; s,-O3,${CFLAGS},' ${WRKSRC}/src/makefile - do-build: cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} ${GMAKE} -f makefile targets |