aboutsummaryrefslogtreecommitdiff
path: root/audio/caps-lv2
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-04-25 17:07:32 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-04-25 17:07:32 +0000
commit8ec49f7859b0cd9b8eb95649fd33ef6260283c82 (patch)
tree4ec33670c524ea3f01984de41310a8fd9f112627 /audio/caps-lv2
parente397cbacf1a0fd091ecec5db8f1d6de5f4525cec (diff)
downloadports-8ec49f7859b0cd9b8eb95649fd33ef6260283c82.tar.gz
ports-8ec49f7859b0cd9b8eb95649fd33ef6260283c82.zip
audio/caps-lv2: fix build with GCC-based architectures
PR: 237565 Submitted by: pkubaj
Notes
Notes: svn path=/head/; revision=500037
Diffstat (limited to 'audio/caps-lv2')
-rw-r--r--audio/caps-lv2/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/audio/caps-lv2/Makefile b/audio/caps-lv2/Makefile
index 1be094375703..b95ec1682781 100644
--- a/audio/caps-lv2/Makefile
+++ b/audio/caps-lv2/Makefile
@@ -18,11 +18,6 @@ USE_GITHUB= yes
GH_ACCOUNT= moddevices
GH_TAGNAME= 250844a
-.if exists(/usr/lib/libstdc++.so)
-CXXFLAGS+= -stdlib=libstdc++
-LDFLAGS+= -stdlib=libstdc++
-.endif
-
post-patch:
@${REINPLACE_CMD} -e "s|__APPLE__|__FreeBSD__|" \
${WRKSRC}/dsp/v4f_IIR2.h