diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-05-12 13:55:03 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-05-12 13:55:03 +0000 |
commit | 34f18a00e727513695377c50b1cee1672a8317ee (patch) | |
tree | f40567e79026e21b320387c650f6b702cb4d07c7 /dev-lang/ocaml/files | |
parent | Stable on x86 (#177921) (diff) | |
download | gentoo-2-34f18a00e727513695377c50b1cee1672a8317ee.tar.gz gentoo-2-34f18a00e727513695377c50b1cee1672a8317ee.tar.bz2 gentoo-2-34f18a00e727513695377c50b1cee1672a8317ee.zip |
Do not ignore cflags/ldflags for native compiler
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-lang/ocaml/files')
-rw-r--r-- | dev-lang/ocaml/files/ocaml-3.09.3-configure.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ocaml/files/ocaml-3.09.3-configure.patch b/dev-lang/ocaml/files/ocaml-3.09.3-configure.patch index c458f6987dbc..e598ceedda33 100644 --- a/dev-lang/ocaml/files/ocaml-3.09.3-configure.patch +++ b/dev-lang/ocaml/files/ocaml-3.09.3-configure.patch @@ -91,8 +91,8 @@ Index: ocaml-3.09.3/configure -nativecccompopts='' -nativecclinkopts='' -+nativecccompopts="" -+nativecclinkopts="" ++nativecccompopts="${CFLAGS}" ++nativecclinkopts="${LDFLAGS}" nativeccrpath="$byteccrpath" case "$arch,$nativecc,$system,$host_type" in |