svn commit: r480985 - head/science/fsom

Jason W. Bacon jwb at FreeBSD.org
Sun Sep 30 21:41:45 UTC 2018


Author: jwb
Date: Sun Sep 30 21:41:44 2018
New Revision: 480985
URL: https://svnweb.freebsd.org/changeset/ports/480985

Log:
  science/fsom: Fix build on GCC-based architectures
  
  PR:             231693
  Submitted by:   Piotr Kubaj <pkubaj at anongoth.pl>
  Approved by:    jrm (mentor)
  Differential Revision:  https://reviews.freebsd.org/D17366

Modified:
  head/science/fsom/Makefile

Modified: head/science/fsom/Makefile
==============================================================================
--- head/science/fsom/Makefile	Sun Sep 30 21:11:48 2018	(r480984)
+++ head/science/fsom/Makefile	Sun Sep 30 21:41:44 2018	(r480985)
@@ -9,6 +9,7 @@ COMMENT=	Tiny C library for managing SOM (Self-Organiz
 
 LICENSE=	GPLv3
 
+USES=		compiler:c++11-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	ekg
 GH_TAGNAME=	56695e1611d824cda97f08e932d25d08419170cd


More information about the svn-ports-head mailing list