diff options
| author | Remi Collet <fedora@famillecollet.com> | 2011-12-27 20:15:30 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2011-12-27 20:15:30 +0100 | 
| commit | a8c9c7609141f160dc5a96c075742d20acea121a (patch) | |
| tree | aa0fee0b829d546c1b15a88c60dbfd124135e113 | |
| parent | 2e26b18116fb60b55cb220d3efe8069b0f9d7a0d (diff) | |
| -rw-r--r-- | graphviz.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/graphviz.spec b/graphviz.spec index a4efaf2..c1408da 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -251,7 +251,7 @@ find -type f -regex '.*\.\(c\|h\)$' -exec chmod a-x {} ';'  # %%define NO_IO --disable-io  # XXX ix86 only used to have -ffast-math, let's use everywhere -%{expand: %%define optflags %{optflags} -ffast-math} +%{expand: %%define optflags %{optflags} -ffast-math -fpermissive}  # Hack in the java includes we need  sed -i '/JavaVM.framework/!s/JAVA_INCLUDES=/JAVA_INCLUDES=\"_MY_JAVA_INCLUDES_\"/g' configure  sed -i 's|_MY_JAVA_INCLUDES_|-I%{java_home}/include/ -I%{java_home}/include/linux/|g' configure @@ -480,6 +480,9 @@ fi  %changelog +* Tue Dec 27 2011 Remi Collet <remi@fedoraproject.org> - 2.28.0-11 +- build against php 5.4 +  * Thu Dec  8 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-11  - Added conditionals for ARRRR, DEVIL, QTAPPS (gvedit), GTS, LASI  - Fixed conditionals for SHARP, OCAML | 
