summaryrefslogtreecommitdiff
path: root/multimedia/libvpx/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-01-17 14:44:51 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-01-17 14:44:51 +0000
commit74e55d606be82e5f07691dc3ec9d1f23410b227b (patch)
tree513852b5c806590c212f808d4acfb4da614c6ebf /multimedia/libvpx/Makefile
parentwww/webkit-qt4: unbreak with clang 4.0 (diff)
multimedia/libvpx: unbreak SHARED=off after r394231
/usr/bin/strip: '.../stage/usr/local/lib/libvpx.so.*.*.*': No such file
Notes
Notes: svn path=/head/; revision=431743
Diffstat (limited to 'multimedia/libvpx/Makefile')
-rw-r--r--multimedia/libvpx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile
index 66b804b3c513..ec61448fede0 100644
--- a/multimedia/libvpx/Makefile
+++ b/multimedia/libvpx/Makefile
@@ -87,6 +87,8 @@ post-patch:
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vpx*
+
+post-install-SHARED-on:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvpx.so.*.*.*
.include <bsd.port.mk>