[Libreoffice-commits] .: graphite/graphite_make.patch

Caolán McNamara caolan at kemper.freedesktop.org
Fri Mar 11 01:24:29 PST 2011


 graphite/graphite_make.patch |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 63d04ff2fe36847e226f262647dd5ef8f33b0dcd
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Mar 11 09:24:19 2011 +0000

    add -fpermissive for yucky narrowing

diff --git a/graphite/graphite_make.patch b/graphite/graphite_make.patch
index b2be0dd..033f335 100644
--- a/graphite/graphite_make.patch
+++ b/graphite/graphite_make.patch
@@ -1,6 +1,6 @@
 --- misc/build/graphite2-0.9.2/src/makefile.mk  Fri Mar  4 10:20:30 2011 +0700
 +++ misc/build/graphite2-0.9.2/src/makefile.mk  Fri Mar  4 10:20:30 2011 +0700
-@@ -0,0 +1,53 @@
+@@ -0,0 +1,54 @@
 +EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
 +
 +PRJ=..$/..$/..$/..$/..
@@ -20,6 +20,7 @@
 +VMACHINE=call
 +.IF "$(COM)"=="GCC"
 +VMACHINE=direct
++CFLAGSCXX+=-fpermissive
 +.ENDIF
 +
 +SLOFILES= \


More information about the Libreoffice-commits mailing list