aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-02 20:27:39 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-02 20:27:39 +0800
commit663bb9fdfea7982b29079028b213637557d06389 (patch)
treefb0687b3741dd12e99025d72eef1bb5824088da5 /audio
parent7d5605da54ab18c7be91dc4549ffaee723af8983 (diff)
downloadfreebsd-ports-graphics-663bb9fdfea7982b29079028b213637557d06389.tar.gz
freebsd-ports-graphics-663bb9fdfea7982b29079028b213637557d06389.tar.zst
freebsd-ports-graphics-663bb9fdfea7982b29079028b213637557d06389.zip
- Strip library
Diffstat (limited to 'audio')
-rw-r--r--audio/slv2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/slv2/Makefile b/audio/slv2/Makefile
index ae767d74bc7..381dc525991 100644
--- a/audio/slv2/Makefile
+++ b/audio/slv2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= slv2
PORTVERSION= 0.6.6
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.drobilla.net/
@@ -34,6 +35,7 @@ post-patch:
's|^#define _XOPEN_SOURCE .*||' ${WRKSRC}/src/plugin.c
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libslv2.so
.for file in lv2_inspect lv2_jack_host lv2_list lv2_simple_jack_host
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file}
.endfor