View | Details | Raw Unified | Return to bug 222208
Collapse All | Expand All

(-)audio/tap-plugins-lv2/Makefile (-1 / +8 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	tap-plugins
4
PORTNAME=	tap-plugins
5
PORTVERSION=	g20160125
5
PORTVERSION=	g20160125
6
PORTREVISION=	1
6
CATEGORIES=	audio
7
CATEGORIES=	audio
7
PKGNAMESUFFIX=	-lv2
8
PKGNAMESUFFIX=	-lv2
8
9
Lines 21-27 Link Here
21
GH_TAGNAME=	de26a3c
22
GH_TAGNAME=	de26a3c
22
23
23
post-patch:
24
post-patch:
24
	@${REINPLACE_CMD} -e 's| -O3||; s| -Wl,-O1||; s| -fstrength-reduce||' \
25
	@${REINPLACE_CMD} -e 's| -O3||; s| -Wl,-O1||; s| -fstrength-reduce||; s| -Wl,--strip-all||' \
25
		${WRKSRC}/Makefile.mk
26
		${WRKSRC}/Makefile.mk
27
	@${REINPLACE_CMD} -e 's|^inline$$||' \
28
		${WRKSRC}/dynamics/tap_dynamics.c
26
29
30
post-install:
31
	@${STRIP_CMD} \
32
		${STAGEDIR}${PREFIX}/lib/lv2/*.lv2/*.so
33
27
.include <bsd.port.mk>
34
.include <bsd.port.mk>

Return to bug 222208