Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2020 09:12:27 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526494 - head/security/krb5-118
Message-ID:  <202002190912.01J9CRbJ098374@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002190912.01J9CRbJ098374>