Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2013 18:02:41 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r337890 - branches/2014Q1/audio/bmp-modplug
Message-ID:  <201312281802.rBSI2fHC089104@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312281802.rBSI2fHC089104>