diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-11-25 02:30:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-11-25 02:30:07 +0800 |
commit | e47578dcf2429c597b05ba932e9d1d75dd2eabe0 (patch) | |
tree | db65f33a188fab9115fb603e3bcf59fd431aa088 /graphics | |
parent | 5a9ef2c4def2f0de9ffaf7ac6f28023ea5d1e6d4 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |