aboutsummaryrefslogtreecommitdiff
path: root/audio/tap-plugins-lv2/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2017-10-19 06:28:40 +0000
committerSteve Wills <swills@FreeBSD.org>2017-10-19 06:28:40 +0000
commit318e7a150cf7efe2a8ced959a51d5d636704f416 (patch)
tree1c25d51be52d40987e0d84a0411af9fdf175c470 /audio/tap-plugins-lv2/Makefile
parentc046e72f724d7c31e2738355890ce72d776a7735 (diff)
downloadports-318e7a150cf7efe2a8ced959a51d5d636704f416.tar.gz
ports-318e7a150cf7efe2a8ced959a51d5d636704f416.zip
audio/tap-plugins-lv2: fix debug build
PR: 222208 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
Notes
Notes: svn path=/head/; revision=452397
Diffstat (limited to 'audio/tap-plugins-lv2/Makefile')
-rw-r--r--audio/tap-plugins-lv2/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/audio/tap-plugins-lv2/Makefile b/audio/tap-plugins-lv2/Makefile
index c896964e1830..16118f14e9e0 100644
--- a/audio/tap-plugins-lv2/Makefile
+++ b/audio/tap-plugins-lv2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tap-plugins
PORTVERSION= g20160125
+PORTREVISION= 1
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
@@ -21,7 +22,13 @@ GH_PROJECT= tap-lv2
GH_TAGNAME= de26a3c
post-patch:
- @${REINPLACE_CMD} -e 's| -O3||; s| -Wl,-O1||; s| -fstrength-reduce||' \
+ @${REINPLACE_CMD} -e 's| -O3||; s| -Wl,-O1||; s| -fstrength-reduce||; s| -Wl,--strip-all||' \
${WRKSRC}/Makefile.mk
+ @${REINPLACE_CMD} -e 's|^inline$$||' \
+ ${WRKSRC}/dynamics/tap_dynamics.c
+
+post-install:
+ @${STRIP_CMD} \
+ ${STAGEDIR}${PREFIX}/lib/lv2/*.lv2/*.so
.include <bsd.port.mk>