Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Oct 2017 06:28:40 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452397 - head/audio/tap-plugins-lv2
Message-ID:  <201710190628.v9J6SevW079951@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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