Date: Sun, 5 May 2019 13:23:09 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500857 - head/graphics/electricsheep Message-ID: <201905051323.x45DN95x060308@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905051323.x45DN95x060308>