- Remove hard-coded -lstdc++
PR: ports/195090 Submitted by: Martin Laflamm <martin@marketbridge.com>
This commit is contained in:
parent
c19a10337f
commit
b40b76b6b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373304
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue