aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-11-25 02:30:07 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-11-25 02:30:07 +0800
commite47578dcf2429c597b05ba932e9d1d75dd2eabe0 (patch)
treedb65f33a188fab9115fb603e3bcf59fd431aa088 /graphics
parent5a9ef2c4def2f0de9ffaf7ac6f28023ea5d1e6d4 (diff)
downloadfreebsd-ports-gnome-e47578dcf2429c597b05ba932e9d1d75dd2eabe0.tar.gz
freebsd-ports-gnome-e47578dcf2429c597b05ba932e9d1d75dd2eabe0.tar.zst
freebsd-ports-gnome-e47578dcf2429c597b05ba932e9d1d75dd2eabe0.zip
- Remove hard-coded -lstdc++
PR: ports/195090 Submitted by: Martin Laflamm <martin@marketbridge.com>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/geos/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile
index daecb77bed0f..652b1b6106ab 100644
--- a/graphics/geos/Makefile
+++ b/graphics/geos/Makefile
@@ -34,4 +34,7 @@ RUBY_CONFIGURE_ENABLE= ruby
RUBY_CONFIGURE_ENV= RUBY="${RUBY}"
RUBY_USE= RUBY=yes
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lstdc++||' ${WRKSRC}/configure ${WRKSRC}/tests/geostest/Makefile.in ${WRKSRC}/tests/thread/Makefile.in
+
.include <bsd.port.mk>