svn commit: r486803 - head/security/nettle

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 6 20:33:47 UTC 2018


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 at 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


More information about the svn-ports-all mailing list