[gimp/osx-build] OS X build: fix poppler issues
- From: Sven Claussner <sclaussner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/osx-build] OS X build: fix poppler issues
- Date: Tue, 6 May 2014 19:39:25 +0000 (UTC)
commit ce09c211ee10e47ffcd63e361142002e1173d1f1
Author: Sven Claussner <sclaussner src gnome org>
Date: Tue May 6 20:40:11 2014 +0200
OS X build: fix poppler issues
The dependency 'Poppler' fails to build on OS X 10.9 with Clang
(Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn))
because it contains the GCC compiler flag '-fno-check-new',
which is unsupported in Clang. Thus silencing all warnings from
this dependency.
build/osx/gimp.modules | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/build/osx/gimp.modules b/build/osx/gimp.modules
index 980a61d..8d70a13 100755
--- a/build/osx/gimp.modules
+++ b/build/osx/gimp.modules
@@ -765,7 +765,8 @@
</autotools>
<autotools id="poppler"
- autogen-sh="configure">
+ autogen-sh="configure"
+ autogenargs="--enable-compile-warnings=no">
<branch module="poppler-0.24.3.tar.xz"
version="0.24.3"
repo="poppler"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]