diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-11 09:24:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-11 09:24:19 +0000 |
commit | ab6aeefe786302cb209436f150c0cb463efb99e4 (patch) | |
tree | 270c2caecb403b0f1c32cf82688287c544e51e39 /graphite/graphite_make.patch | |
parent | 23c0d84c93ea67865e4c3db9f03989bd43e1aace (diff) |
add -fpermissive for yucky narrowing
Diffstat (limited to 'graphite/graphite_make.patch')
-rw-r--r-- | graphite/graphite_make.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphite/graphite_make.patch b/graphite/graphite_make.patch index b2be0ddfac21..033f335f1e6b 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= \ |