svn commit: r373304 - head/graphics/geos

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 24 18:30:08 UTC 2014


Author: sunpoet
Date: Mon Nov 24 18:30:07 2014
New Revision: 373304
URL: https://svnweb.freebsd.org/changeset/ports/373304
QAT: https://qat.redports.org/buildarchive/r373304/

Log:
  - Remove hard-coded -lstdc++
  
  PR:		ports/195090
  Submitted by:	Martin Laflamm <martin at marketbridge.com>

Modified:
  head/graphics/geos/Makefile

Modified: head/graphics/geos/Makefile
==============================================================================
--- head/graphics/geos/Makefile	Mon Nov 24 18:30:02 2014	(r373303)
+++ head/graphics/geos/Makefile	Mon Nov 24 18:30:07 2014	(r373304)
@@ -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>


More information about the svn-ports-all mailing list