Date: Sun, 18 Jan 2015 22:49:06 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377368 - head/devel/libcwd Message-ID: <201501182249.t0IMn6rp004088@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Jan 18 22:49:05 2015 New Revision: 377368 URL: https://svnweb.freebsd.org/changeset/ports/377368 QAT: https://qat.redports.org/buildarchive/r377368/ Log: Fails to build with newer versions of GCC (4.9 and above) due to non-compliant C++ code. PR: 196852, 196712 Modified: head/devel/libcwd/Makefile Modified: head/devel/libcwd/Makefile ============================================================================== --- head/devel/libcwd/Makefile Sun Jan 18 22:49:04 2015 (r377367) +++ head/devel/libcwd/Makefile Sun Jan 18 22:49:05 2015 (r377368) @@ -11,7 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= C++ Debugging Support Library USES= gmake pathfix pkgconfig libtool -USE_GCC= any +# Fails to build with GCC 4.9, cf. PR 196852 +USE_GCC= 4.8 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alloc --disable-location --disable-threading \ --disable-pch
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501182249.t0IMn6rp004088>