Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2014 16:11:55 +0000 (UTC)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349261 - head/devel/libwfut
Message-ID:  <201403261611.s2QGBteF066555@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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