Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 2019 08:06:01 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505553 - head/devel/libgpkg
Message-ID:  <201907010806.x61861uX091213@repo.freebsd.org>

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



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