summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-05-12 13:55:03 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-05-12 13:55:03 +0000
commit34f18a00e727513695377c50b1cee1672a8317ee (patch)
treef40567e79026e21b320387c650f6b702cb4d07c7 /dev-lang/ocaml
parentStable on x86 (#177921) (diff)
downloadgentoo-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')
-rw-r--r--dev-lang/ocaml/ChangeLog6
-rw-r--r--dev-lang/ocaml/files/ocaml-3.09.3-configure.patch4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog
index f3e98000fda2..c087ecb49682 100644
--- a/dev-lang/ocaml/ChangeLog
+++ b/dev-lang/ocaml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/ocaml
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.102 2007/05/12 08:25:44 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.103 2007/05/12 13:55:03 aballier Exp $
+
+ 12 May 2007; Alexis Ballier <aballier@gentoo.org>
+ files/ocaml-3.09.3-configure.patch:
+ Do not ignore cflags/ldflags for native compiler
12 May 2007; Alexis Ballier <aballier@gentoo.org> ocaml-3.09.3-r1.ebuild:
Install ocaml-rebuild.sh in /usr/sbin rather than keeping it in PORTDIR, fix
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