Date: Mon, 2 Sep 2013 20:31:38 +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: r326082 - head/graphics/libraw Message-ID: <201309022031.r82KVcrc022930@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 2 20:31:38 2013 New Revision: 326082 URL: http://svnweb.freebsd.org/changeset/ports/326082 Log: Fix build without libstdc++ Modified: head/graphics/libraw/Makefile Modified: head/graphics/libraw/Makefile ============================================================================== --- head/graphics/libraw/Makefile Mon Sep 2 20:31:15 2013 (r326081) +++ head/graphics/libraw/Makefile Mon Sep 2 20:31:38 2013 (r326082) @@ -110,4 +110,7 @@ do-install: ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/samples/,} ${EXAMPLESDIR} .endif +post-patch: + @${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?201309022031.r82KVcrc022930>