aboutsummaryrefslogtreecommitdiff
path: root/audio/libadplug
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-04 08:25:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-04 08:25:16 +0000
commit7ab45ffb0ff2e302e924986f9adeb798778d384a (patch)
tree4774c68db39920bb78d5f1c27bab8e7657455959 /audio/libadplug
parent10b789c6b814dadc03caa8ae629cc8daa1f96d23 (diff)
downloadports-7ab45ffb0ff2e302e924986f9adeb798778d384a.tar.gz
ports-7ab45ffb0ff2e302e924986f9adeb798778d384a.zip
Fix build without libstdc++
Notes
Notes: svn path=/head/; revision=326260
Diffstat (limited to 'audio/libadplug')
-rw-r--r--audio/libadplug/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libadplug/Makefile b/audio/libadplug/Makefile
index a77e89a8e793..6538889697ed 100644
--- a/audio/libadplug/Makefile
+++ b/audio/libadplug/Makefile
@@ -40,5 +40,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|^\(pkgconfigdir\ =\).*|\1 $$(prefix)/libdata/pkgconfig|' \
${WRKSRC}/Makefile.in \
${WRKSRC}/Makefile.am
+ @${REINPLACE_CMD} -e 's/-lstdc++//g' ${WRKSRC}/configure
.include <bsd.port.mk>