svn commit: r481390 - head/net/fiche

Ryan Steinmetz zi at FreeBSD.org
Sat Oct 6 19:51:29 UTC 2018


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


More information about the svn-ports-all mailing list