Date: Thu, 6 Dec 2018 20:33:45 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486803 - head/security/nettle Message-ID: <201812062033.wB6KXj0N054819@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Dec 6 20:33:44 2018 New Revision: 486803 URL: https://svnweb.freebsd.org/changeset/ports/486803 Log: Fix build on powerpc64 PR: 233816 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/security/nettle/Makefile Modified: head/security/nettle/Makefile ============================================================================== --- head/security/nettle/Makefile Thu Dec 6 20:33:36 2018 (r486802) +++ head/security/nettle/Makefile Thu Dec 6 20:33:44 2018 (r486803) @@ -20,11 +20,12 @@ LIB_DEPENDS= libgmp.so:math/gmp OPTIONS_DEFINE= DOCS EXAMPLES -USES= gmake localbase makeinfo pathfix +USES= compiler:c11 gmake localbase makeinfo pathfix CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= M4="/usr/bin/m4 -g" GNU_CONFIGURE= yes +#USE_CSTD= c11 USE_LDCONFIG= yes INFO= nettle
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812062033.wB6KXj0N054819>