svn commit: r326260 - head/audio/libadplug
Baptiste Daroussin
bapt at FreeBSD.org
Wed Sep 4 08:25:17 UTC 2013
Author: bapt
Date: Wed Sep 4 08:25:16 2013
New Revision: 326260
URL: http://svnweb.freebsd.org/changeset/ports/326260
Log:
Fix build without libstdc++
Modified:
head/audio/libadplug/Makefile
Modified: head/audio/libadplug/Makefile
==============================================================================
--- head/audio/libadplug/Makefile Wed Sep 4 08:00:01 2013 (r326259)
+++ head/audio/libadplug/Makefile Wed Sep 4 08:25:16 2013 (r326260)
@@ -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>
More information about the svn-ports-head
mailing list