Date: Sat, 25 May 2019 22:54:45 +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: r502663 - head/devel/json-c Message-ID: <201905252254.x4PMsj1B053353@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905252254.x4PMsj1B053353>