svn commit: r349261 - head/devel/libwfut

Oliver Lehmann oliver at FreeBSD.org
Wed Mar 26 16:11:56 UTC 2014


Author: oliver
Date: Wed Mar 26 16:11:55 2014
New Revision: 349261
URL: http://svnweb.freebsd.org/changeset/ports/349261
QAT: https://qat.redports.org/buildarchive/r349261/

Log:
  switch from compiler:c++11-lang to compiler:c++11-lib for fixing compilation on 8.3

Modified:
  head/devel/libwfut/Makefile

Modified: head/devel/libwfut/Makefile
==============================================================================
--- head/devel/libwfut/Makefile	Wed Mar 26 16:07:57 2014	(r349260)
+++ head/devel/libwfut/Makefile	Wed Mar 26 16:11:55 2014	(r349261)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libsigc-2.0.so:${PORTSDIR}/
 
 CONFIGURE_ARGS+=--without-python
 GNU_CONFIGURE=	yes
-USES=		pathfix pkgconfig compiler:c++11-lang
+USES=		pathfix pkgconfig compiler:c++11-lib
 USE_LDCONFIG=	yes
 
 post-patch:


More information about the svn-ports-head mailing list