Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2013 16:01:23 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336360 - head/devel/libopkele
Message-ID:  <201312131601.rBDG1NiH012098@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Dec 13 16:01:23 2013
New Revision: 336360
URL: http://svnweb.freebsd.org/changeset/ports/336360

Log:
  Do not hard depend on gcc, c++11-lang will allow almost anything greater than gcc 4.2 which is failing to build this port

Modified:
  head/devel/libopkele/Makefile

Modified: head/devel/libopkele/Makefile
==============================================================================
--- head/devel/libopkele/Makefile	Fri Dec 13 15:48:13 2013	(r336359)
+++ head/devel/libopkele/Makefile	Fri Dec 13 16:01:23 2013	(r336360)
@@ -18,8 +18,7 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 		libxslt.so:${PORTSDIR}/textproc/libxslt
 
 USE_LDCONFIG=	yes
-USE_GCC=	4.6
-USES=		gmake pkgconfig
+USES=		gmake pkgconfig compiler:c++11-lang
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	"OPENSSL_CFLAGS=${CFLAGS} -l${OPENSSLINC}" \
 		OPENSSL_LIBS=-L${OPENSSLLIB}



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