svn commit: r502663 - head/devel/json-c

Piotr Kubaj pkubaj at FreeBSD.org
Sat May 25 22:54:46 UTC 2019


Author: pkubaj
Date: Sat May 25 22:54:44 2019
New Revision: 502663
URL: https://svnweb.freebsd.org/changeset/ports/502663

Log:
  devel/json-c: switch to ports GCC on GCC architectures
  
  This is needed to fix starting GIMP:
  Assertion failed: (json_object_get_type(jso) == json_type_object), function json_object_object_add_ex, file json_object.c, line 476.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/devel/json-c/Makefile

Modified: head/devel/json-c/Makefile
==============================================================================
--- head/devel/json-c/Makefile	Sat May 25 22:38:08 2019	(r502662)
+++ head/devel/json-c/Makefile	Sat May 25 22:54:44 2019	(r502663)
@@ -13,7 +13,7 @@ COMMENT=	JSON (JavaScript Object Notation) implementat
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		autoreconf cpe gmake libtool pathfix pkgconfig
+USES=		autoreconf compiler:c11 cpe gmake libtool pathfix pkgconfig
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip


More information about the svn-ports-all mailing list