Date: Fri, 27 Dec 2013 16:03:15 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337744 - head/audio/bmp-modplug Message-ID: <201312271603.rBRG3Fdc003957@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Fri Dec 27 16:03:14 2013 New Revision: 337744 URL: http://svnweb.freebsd.org/changeset/ports/337744 Log: Fix build on 10+, don't hardcode linking to libstdc++ Modified: head/audio/bmp-modplug/Makefile (contents, props changed) Modified: head/audio/bmp-modplug/Makefile ============================================================================== --- head/audio/bmp-modplug/Makefile Fri Dec 27 15:52:50 2013 (r337743) +++ head/audio/bmp-modplug/Makefile Fri Dec 27 16:03:14 2013 (r337744) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312271603.rBRG3Fdc003957>