svn commit: r526494 - head/security/krb5-118

Mark Linimon linimon at FreeBSD.org
Wed Feb 19 09:12:28 UTC 2020


Author: linimon
Date: Wed Feb 19 09:12:27 2020
New Revision: 526494
URL: https://svnweb.freebsd.org/changeset/ports/526494

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    edwards25519_fiat.h:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fiat_25519_int128'
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/krb5-118/Makefile

Modified: head/security/krb5-118/Makefile
==============================================================================
--- head/security/krb5-118/Makefile	Wed Feb 19 08:34:37 2020	(r526493)
+++ head/security/krb5-118/Makefile	Wed Feb 19 09:12:27 2020	(r526494)
@@ -26,7 +26,7 @@ USE_PERL5=		build
 USE_LDCONFIG=		yes
 USE_CSTD=		gnu99
 GNU_CONFIGURE=		yes
-USES=			cpe gmake localbase perl5 libtool:build \
+USES=			compiler:c++11-lang cpe gmake localbase perl5 libtool:build \
 			gssapi:bootstrap,mit pkgconfig ssl \
 			gettext-runtime
 CONFIGURE_ARGS?=	--enable-shared --without-system-verto \


More information about the svn-ports-all mailing list