Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2015 22:23:45 +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: r377353 - head/audio/beast
Message-ID:  <201501182223.t0IMNj0g091941@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Jan 18 22:23:44 2015
New Revision: 377353
URL: https://svnweb.freebsd.org/changeset/ports/377353
QAT: https://qat.redports.org/buildarchive/r377353/

Log:
  Require building with GCC 4.8 due to non-conforming C++ code.
  
  PR:		196849, 196712

Modified:
  head/audio/beast/Makefile

Modified: head/audio/beast/Makefile
==============================================================================
--- head/audio/beast/Makefile	Sun Jan 18 22:21:43 2015	(r377352)
+++ head/audio/beast/Makefile	Sun Jan 18 22:23:44 2015	(r377353)
@@ -24,7 +24,8 @@ OPTIONS_DEFINE_i386=	SSE
 
 USES=		desktop-file-utils gettext gmake libtool pathfix pkgconfig shared-mime-info shebangfix tar:bzip2
 SHEBANG_FILES=	autotools/intltool-merge
-USE_GCC=	yes
+# Fails to build with GCC 4.9, cf. PR 196849.
+USE_GCC=	4.8
 USE_GNOME=	libgnomecanvas
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-silent-rules \



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