aboutsummaryrefslogtreecommitdiff
path: root/audio/tap-plugins-lv2/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2017-11-12 10:11:32 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2017-11-12 10:11:32 +0000
commit59b2f640d6744b0bd44a78005e435fc300157289 (patch)
tree7bc2d3b55da46ef7640bae02462c0bc4aac851e2 /audio/tap-plugins-lv2/Makefile
parent61282a01c6976efe679d21c3820ab921225e4962 (diff)
downloadports-59b2f640d6744b0bd44a78005e435fc300157289.tar.gz
ports-59b2f640d6744b0bd44a78005e435fc300157289.zip
audio/tap-plugins-lv2: Removed unused SIMD flags.
Also, moved patches under files/ PR: 223614 Submitted by: Jan Beich <jbeich@FreeBSD.org> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13051
Notes
Notes: svn path=/head/; revision=454028
Diffstat (limited to 'audio/tap-plugins-lv2/Makefile')
-rw-r--r--audio/tap-plugins-lv2/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/tap-plugins-lv2/Makefile b/audio/tap-plugins-lv2/Makefile
index 16118f14e9e0..5c0837e8630c 100644
--- a/audio/tap-plugins-lv2/Makefile
+++ b/audio/tap-plugins-lv2/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 1
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
-MAINTAINER= yuri@rawbw.com
+MAINTAINER= yuri@FreeBSD.org
COMMENT= LV2 port for the TAP (Tom's Audio Processing) plugins
LICENSE= GPLv2
@@ -21,11 +21,7 @@ GH_ACCOUNT= moddevices
GH_PROJECT= tap-lv2
GH_TAGNAME= de26a3c
-post-patch:
- @${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
+MAKE_ENV+= NOOPT=true
post-install:
@${STRIP_CMD} \