Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 08:25:16 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326260 - head/audio/libadplug
Message-ID:  <201309040825.r848PGYA011194@svn.freebsd.org>

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



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