From c1677dd8d17c6e69cdb98b6e655673ace9e49e9a Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Nov 2016 08:02:56 +0000 Subject: [PATCH] - Fix geos::geom::CoordinateArraySequenceFactory assertion - Convert to new test framework - Bump PORTREVISION for package change PR: 213173 Submitted by: Rainer Hurling --- graphics/geos/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index 8a4c89f4fc89..c092f7ba5e7d 100644 --- a/graphics/geos/Makefile +++ b/graphics/geos/Makefile @@ -3,6 +3,7 @@ PORTNAME= geos PORTVERSION= 3.5.0 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/geos/ \ LOCAL/sunpoet @@ -19,6 +20,7 @@ OPTIONS_SUB= yes CONFIGURE_ARGS= ac_cv_path_SWIG=${LOCALBASE}/bin/swig3.0 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +TEST_TARGET= check USE_LDCONFIG= yes USES= gmake libtool tar:bzip2 @@ -38,4 +40,7 @@ RUBY_USE= RUBY=yes post-patch: @${REINPLACE_CMD} -e 's|-lstdc++||' ${WRKSRC}/tests/geostest/Makefile.in ${WRKSRC}/tests/thread/Makefile.in +post-configure: + @${FIND} ${WRKSRC} -name Makefile -exec ${REINPLACE_CMD} -e '/CXXFLAGS = / s| -O2||' '{}' \; + .include