svn commit: r337890 - branches/2014Q1/audio/bmp-modplug
Pawel Pekala
pawel at FreeBSD.org
Sat Dec 28 18:02:42 UTC 2013
Author: pawel
Date: Sat Dec 28 18:02:41 2013
New Revision: 337890
URL: http://svnweb.freebsd.org/changeset/ports/337890
Log:
MFH: r337744
Fix build on 10+, don't hardcode linking to libstdc++
Approved by: portmgr
Modified:
branches/2014Q1/audio/bmp-modplug/Makefile (contents, props changed)
Directory Properties:
branches/2014Q1/ (props changed)
Modified: branches/2014Q1/audio/bmp-modplug/Makefile
==============================================================================
--- branches/2014Q1/audio/bmp-modplug/Makefile Sat Dec 28 18:01:26 2013 (r337889)
+++ branches/2014Q1/audio/bmp-modplug/Makefile Sat Dec 28 18:02:41 2013 (r337890)
@@ -26,6 +26,10 @@ HAS_CONFIGURE= yes
PLUGDIR?= lib/bmp/Input
PLIST_FILES= ${PLUGDIR}/libmodplugbmp.so
+post-patch:
+ @${REINPLACE_CMD} 's|-lstdc++||' ${WRKSRC}/modplugbmp/Makefile.in \
+ ${WRKSRC}/modplugplay/Makefile.in
+
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGDIR}
${INSTALL_LIB} ${WRKSRC}/modplugbmp/.libs/libmodplugbmp.so \
More information about the svn-ports-all
mailing list