diff options
author | yuri <yuri@FreeBSD.org> | 2019-04-26 01:07:32 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-04-26 01:07:32 +0800 |
commit | dc3ee9f95e0ec06f2843100cc9cc97f33cef3e71 (patch) | |
tree | 4ec33670c524ea3f01984de41310a8fd9f112627 | |
parent | 44a51b49bf222072acde8c84bf95664f46caf9db (diff) | |
download | freebsd-ports-gnome-dc3ee9f95e0ec06f2843100cc9cc97f33cef3e71.tar.gz freebsd-ports-gnome-dc3ee9f95e0ec06f2843100cc9cc97f33cef3e71.tar.zst freebsd-ports-gnome-dc3ee9f95e0ec06f2843100cc9cc97f33cef3e71.zip |
audio/caps-lv2: fix build with GCC-based architectures
PR: 237565
Submitted by: pkubaj
-rw-r--r-- | audio/caps-lv2/Makefile | 5 |
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 |