diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-04 08:25:16 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-04 08:25:16 +0000 |
commit | 7ab45ffb0ff2e302e924986f9adeb798778d384a (patch) | |
tree | 4774c68db39920bb78d5f1c27bab8e7657455959 /audio/libadplug | |
parent | 10b789c6b814dadc03caa8ae629cc8daa1f96d23 (diff) | |
download | ports-7ab45ffb0ff2e302e924986f9adeb798778d384a.tar.gz ports-7ab45ffb0ff2e302e924986f9adeb798778d384a.zip |
Notes
Diffstat (limited to 'audio/libadplug')
-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> |