diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-01-18 22:23:44 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-01-18 22:23:44 +0000 |
commit | effad0026f84b5a0c1b588bce36f6fc85b7d8721 (patch) | |
tree | 4def30607375f096c957c29bb98f1c42c1d4321e /audio/beast/Makefile | |
parent | fee6e659b41be22f6e96073834365fffafaacaa3 (diff) |
Notes
Diffstat (limited to 'audio/beast/Makefile')
-rw-r--r-- | audio/beast/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile index 5b3ff9706bf2..03452d095be6 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -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 \ |