diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-04 16:25:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-04 16:25:16 +0800 |
commit | 9d8e42676666149e1c38201130fab7108f524fae (patch) | |
tree | 4774c68db39920bb78d5f1c27bab8e7657455959 /audio | |
parent | 327d5fd3fcb345d1fc37235dc40f0b831be813a6 (diff) | |
download | freebsd-ports-gnome-9d8e42676666149e1c38201130fab7108f524fae.tar.gz freebsd-ports-gnome-9d8e42676666149e1c38201130fab7108f524fae.tar.zst freebsd-ports-gnome-9d8e42676666149e1c38201130fab7108f524fae.zip |
Fix build without libstdc++
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libadplug/Makefile | 1 |
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> |