Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jan 2017 14:44:51 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431743 - head/multimedia/libvpx
Message-ID:  <201701171444.v0HEipGl090546@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Jan 17 14:44:51 2017
New Revision: 431743
URL: https://svnweb.freebsd.org/changeset/ports/431743

Log:
  multimedia/libvpx: unbreak SHARED=off after r394231
  
  /usr/bin/strip: '.../stage/usr/local/lib/libvpx.so.*.*.*': No such file

Modified:
  head/multimedia/libvpx/Makefile   (contents, props changed)

Modified: head/multimedia/libvpx/Makefile
==============================================================================
--- head/multimedia/libvpx/Makefile	Tue Jan 17 14:37:56 2017	(r431742)
+++ head/multimedia/libvpx/Makefile	Tue Jan 17 14:44:51 2017	(r431743)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701171444.v0HEipGl090546>