diff options
author | Ferenc Deak <ferenc.deak@gmail.com> | 2011-11-09 17:22:07 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-11-26 09:09:10 -0600 |
commit | 4f9a8266f962488c395bb0b52d8c2e2fb0f55510 (patch) | |
tree | 00b01975faa71c51814189b2a5d8d439a6c707db /development/ocaml/configure.patch | |
parent | c77efa0419d9b229f6a7beefd09d1ee7b9b7de8a (diff) | |
download | slackbuilds-4f9a8266f962488c395bb0b52d8c2e2fb0f55510.tar.gz |
development/ocaml: Updated for version 3.12.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/ocaml/configure.patch')
-rw-r--r-- | development/ocaml/configure.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/development/ocaml/configure.patch b/development/ocaml/configure.patch new file mode 100644 index 0000000000..2f91abe106 --- /dev/null +++ b/development/ocaml/configure.patch @@ -0,0 +1,13 @@ +--- configure.orig 2011-07-04 23:15:01.000000000 +0200 ++++ configure 2011-11-05 15:17:01.946744829 +0100 +@@ -1600,6 +1600,10 @@ + nativecccompopts="$nativecccompopts -fomit-frame-pointer";; + esac + ++# Add additional flags from the environment ++bytecccompopts="$bytecccompopts $CFLAGS" ++nativecccompopts="$nativecccompopts $CFLAGS" ++ + # Finish generated files + + cclibs="$cclibs $mathlib" |