svn commit: r326082 - head/graphics/libraw

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 20:31:39 UTC 2013


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>


More information about the svn-ports-all mailing list