svn commit: r505553 - head/devel/libgpkg

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jul 1 08:06:02 UTC 2019


Author: pkubaj
Date: Mon Jul  1 08:06:01 2019
New Revision: 505553
URL: https://svnweb.freebsd.org/changeset/ports/505553

Log:
  devel/libgpkg: fix build
  
  The segfault that happens with base GCC doesn't happen with GCC8.
  
  Approved by:	mentors (implicite approval)

Modified:
  head/devel/libgpkg/Makefile

Modified: head/devel/libgpkg/Makefile
==============================================================================
--- head/devel/libgpkg/Makefile	Mon Jul  1 08:05:48 2019	(r505552)
+++ head/devel/libgpkg/Makefile	Mon Jul  1 08:06:01 2019	(r505553)
@@ -14,13 +14,11 @@ COMMENT=	SQLite 3 extension of minimal OGC GeoPackage 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	fails to link: cc: Internal error: Segmentation fault (program ld)
-
 OPTIONS_DEFINE=	GEOS
 OPTIONS_DEFAULT=GEOS
 
 USE_LDCONFIG=	yes
-USES=		cmake:insource tar:bzip2
+USES=		cmake:insource compiler:c11 tar:bzip2
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 WRKSRC=		${WRKDIR}/luciad-libgpkg-c56e3708453e


More information about the svn-ports-head mailing list