aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-03 04:31:38 +0800
committerbapt <bapt@FreeBSD.org>2013-09-03 04:31:38 +0800
commit2d76523077f8945496559798edd8511f890a5478 (patch)
tree21bd426449aed7288b654145dc80b9bacd709157 /graphics
parentc3a7e72f33ce320f6077e76881c32ce7ab835e30 (diff)
downloadfreebsd-ports-gnome-2d76523077f8945496559798edd8511f890a5478.tar.gz
freebsd-ports-gnome-2d76523077f8945496559798edd8511f890a5478.tar.zst
freebsd-ports-gnome-2d76523077f8945496559798edd8511f890a5478.zip
Fix build without libstdc++
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libraw/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile
index b3eb6e6c5c18..b1ceec30e83a 100644
--- a/graphics/libraw/Makefile
+++ b/graphics/libraw/Makefile
@@ -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>