- Remove hard-coded -lstdc++

PR:		ports/195090
Submitted by:	Martin Laflamm <martin@marketbridge.com>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-11-24 18:30:07 +00:00
parent c19a10337f
commit b40b76b6b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373304

View file

@ -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>