svn commit: r336360 - head/devel/libopkele

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 13 16:01:23 UTC 2013


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}


More information about the svn-ports-head mailing list