1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

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)
This commit is contained in:
Piotr Kubaj 2019-05-05 13:23:09 +00:00
parent 27be8e9cc1
commit f02eb8e0c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500857

View File

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