aboutsummaryrefslogtreecommitdiff
path: root/graphics/libraw/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 20:31:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 20:31:38 +0000
commit862df8e7797800e8fcbc87ddc3669f91500674e8 (patch)
tree21bd426449aed7288b654145dc80b9bacd709157 /graphics/libraw/Makefile
parentf261b7a766308767fb11cbf85705160c9c7929b6 (diff)
Notes
Diffstat (limited to 'graphics/libraw/Makefile')
-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>