Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2018 19:51:29 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481390 - head/net/fiche
Message-ID:  <201810061951.w96JpTvD047776@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Sat Oct  6 19:51:28 2018
New Revision: 481390
URL: https://svnweb.freebsd.org/changeset/ports/481390

Log:
  - Fix build with GCC-based architectures
  
  PR:		232013
  Submitted by:	pkubaj@anongoth.pl

Modified:
  head/net/fiche/Makefile

Modified: head/net/fiche/Makefile
==============================================================================
--- head/net/fiche/Makefile	Sat Oct  6 19:40:58 2018	(r481389)
+++ head/net/fiche/Makefile	Sat Oct  6 19:51:28 2018	(r481390)
@@ -14,6 +14,7 @@ LICENSE=	MIT
 USERS=		${PORTNAME}
 GROUPS=		${PORTNAME}
 
+USES=		compiler:c++11-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	solusipse
 



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