Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Sep 2017 14:19:45 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450444 - head/devel/efl
Message-ID:  <201709231419.v8NEJjJt076044@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Sat Sep 23 14:19:45 2017
New Revision: 450444
URL: https://svnweb.freebsd.org/changeset/ports/450444

Log:
  Fix build on 10.3

Modified:
  head/devel/efl/Makefile

Modified: head/devel/efl/Makefile
==============================================================================
--- head/devel/efl/Makefile	Sat Sep 23 14:10:46 2017	(r450443)
+++ head/devel/efl/Makefile	Sat Sep 23 14:19:45 2017	(r450444)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libgif.so:graphics/giflib \
 		libsndfile.so:audio/libsndfile
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf compiler:c++11-lib gettext-tools gmake iconv jpeg \
+USES=		autoreconf compiler:c++14-lang gettext-tools gmake iconv jpeg \
 		libtool pathfix pkgconfig shared-mime-info tar:xz
 USE_XORG=	x11 xcursor xcomposite xdamage xext xfixes xi xinerama xp \
 		xrandr xrender xtst xscrnsaver



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709231419.v8NEJjJt076044>