svn commit: r431744 - branches/2017Q1/multimedia/libvpx
Jan Beich
jbeich at FreeBSD.org
Tue Jan 17 14:50:29 UTC 2017
Author: jbeich
Date: Tue Jan 17 14:50:28 2017
New Revision: 431744
URL: https://svnweb.freebsd.org/changeset/ports/431744
Log:
MFH: r431743
multimedia/libvpx: unbreak SHARED=off after r394231
/usr/bin/strip: '.../stage/usr/local/lib/libvpx.so.*.*.*': No such file
Approved by: ports-secteam blanket
Modified:
branches/2017Q1/multimedia/libvpx/Makefile
Directory Properties:
branches/2017Q1/ (props changed)
Modified: branches/2017Q1/multimedia/libvpx/Makefile
==============================================================================
--- branches/2017Q1/multimedia/libvpx/Makefile Tue Jan 17 14:44:51 2017 (r431743)
+++ branches/2017Q1/multimedia/libvpx/Makefile Tue Jan 17 14:50:28 2017 (r431744)
@@ -88,6 +88,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>
More information about the svn-ports-branches
mailing list