svn commit: r452397 - head/audio/tap-plugins-lv2

Steve Wills swills at FreeBSD.org
Thu Oct 19 06:28:41 UTC 2017


Author: swills
Date: Thu Oct 19 06:28:40 2017
New Revision: 452397
URL: https://svnweb.freebsd.org/changeset/ports/452397

Log:
  audio/tap-plugins-lv2: fix debug build
  
  PR:		222208
  Submitted by:	Yuri Victorovich <yuri at rawbw.com> (maintainer)

Modified:
  head/audio/tap-plugins-lv2/Makefile

Modified: head/audio/tap-plugins-lv2/Makefile
==============================================================================
--- head/audio/tap-plugins-lv2/Makefile	Thu Oct 19 05:54:39 2017	(r452396)
+++ head/audio/tap-plugins-lv2/Makefile	Thu Oct 19 06:28:40 2017	(r452397)
@@ -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>


More information about the svn-ports-all mailing list