diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-27 11:15:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-27 11:15:11 +0200 |
commit | 387f807fb69e4b45fd56d4ba05dc65b93bf97809 (patch) | |
tree | 7a1d1a8191a6b3d46fe49025776ecd45569676c1 /package/cairo/patches/patch-configure | |
parent | 1bd2bb0a91821025a50407f1b5a7e316e2e29eb5 (diff) | |
parent | 5b8ca9882625b354c5d935a14067568414fc369e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/cairo/patches/patch-configure')
-rw-r--r-- | package/cairo/patches/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/cairo/patches/patch-configure b/package/cairo/patches/patch-configure new file mode 100644 index 000000000..91e1f8cd4 --- /dev/null +++ b/package/cairo/patches/patch-configure @@ -0,0 +1,11 @@ +--- cairo-1.10.2.orig/configure 2010-12-25 15:22:57.000000000 +0100 ++++ cairo-1.10.2/configure 2011-07-23 14:58:11.293924415 +0200 +@@ -17236,7 +17236,7 @@ MAYBE_WARN="-Wall -Wextra \ + MAYBE_WARN="$MAYBE_WARN -erroff=E_ENUM_TYPE_MISMATCH_ARG \ + -erroff=E_ENUM_TYPE_MISMATCH_OP" + +-MAYBE_WARN="$MAYBE_WARN -fno-strict-aliasing -fno-common -flto" ++MAYBE_WARN="$MAYBE_WARN -fno-strict-aliasing -fno-common" + + MAYBE_WARN="$MAYBE_WARN -Wp,-D_FORTIFY_SOURCE=2" + |