Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2014 18:30:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373304 - head/graphics/geos
Message-ID:  <201411241830.sAOIU76t001732@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411241830.sAOIU76t001732>