svn commit: r500857 - head/graphics/electricsheep
Piotr Kubaj
pkubaj at FreeBSD.org
Sun May 5 13:23:10 UTC 2019
Author: pkubaj
Date: Sun May 5 13:23:09 2019
New Revision: 500857
URL: https://svnweb.freebsd.org/changeset/ports/500857
Log:
graphics/electricsheep: fix build with GCC-based architectures
Add USES=compiler:c++11-lang to fix build on GCC architectures.
Approved by: mentors (implicit approval)
Modified:
head/graphics/electricsheep/Makefile
Modified: head/graphics/electricsheep/Makefile
==============================================================================
--- head/graphics/electricsheep/Makefile Sun May 5 13:15:55 2019 (r500856)
+++ head/graphics/electricsheep/Makefile Sun May 5 13:23:09 2019 (r500857)
@@ -23,7 +23,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libtinyxml.so:textproc/tinyxml
RUN_DEPENDS= flam3-animate:graphics/flam3
-USES= autoreconf dos2unix gl gnome libtool localbase:ldflags lua:51 pkgconfig gettext-runtime
+USES= autoreconf compiler:c++11-lang dos2unix gl gnome libtool localbase:ldflags lua:51 pkgconfig gettext-runtime
USE_GITHUB= yes
GH_ACCOUNT= scottdraves
GH_TAGNAME= 4949c31
More information about the svn-ports-all
mailing list