aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml/050_all_objinfoldflags.patch
diff options
context:
space:
mode:
authorMichael Zuo <muh.muhten@gmail.com>2015-08-30 13:17:53 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2015-09-05 13:40:27 +0200
commit10e307f4f5b524ba53b823c5310ae46a2054f3c5 (patch)
tree3b6bd1c7530d48973af3be1b85bf91bb4b5c6bf0 /testing/ocaml/050_all_objinfoldflags.patch
parent56af9bf5cb57be5cdae8bc1440f06575c43e5885 (diff)
downloadaports-10e307f4f5b524ba53b823c5310ae46a2054f3c5.tar.bz2
aports-10e307f4f5b524ba53b823c5310ae46a2054f3c5.tar.xz
testing/ocaml: upgrade to 4.02.3
Diffstat (limited to 'testing/ocaml/050_all_objinfoldflags.patch')
-rw-r--r--testing/ocaml/050_all_objinfoldflags.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/testing/ocaml/050_all_objinfoldflags.patch b/testing/ocaml/050_all_objinfoldflags.patch
index 3c1ff9f46a..02f95e2876 100644
--- a/testing/ocaml/050_all_objinfoldflags.patch
+++ b/testing/ocaml/050_all_objinfoldflags.patch
@@ -1,13 +1,13 @@
-Index: ocaml-3.12.0/tools/Makefile.shared
+Index: ocaml-4.02.2/tools/Makefile.shared
===================================================================
---- ocaml-3.12.0.orig/tools/Makefile.shared
-+++ ocaml-3.12.0/tools/Makefile.shared
-@@ -229,7 +229,7 @@ beforedepend:: opnames.ml
- # Display info on compiled files
+--- ocaml-4.02.2.orig/tools/Makefile.shared
++++ ocaml-4.02.2/tools/Makefile.shared
+@@ -286,7 +286,7 @@ CCOUT = -o $(EMPTY)
+ endif
objinfo_helper$(EXE): objinfo_helper.c ../config/s.h
-- $(BYTECC) -o objinfo_helper$(EXE) $(BYTECCCOMPOPTS) \
-+ $(MKEXE) -o objinfo_helper$(EXE) $(BYTECCCOMPOPTS) \
+- $(BYTECC) $(CCOUT)objinfo_helper$(EXE) $(BYTECCCOMPOPTS) \
++ $(MKEXE) $(CCOUT)objinfo_helper$(EXE) $(BYTECCCOMPOPTS) \
objinfo_helper.c $(LIBBFD_LINK)
- OBJINFO=../utils/misc.cmo ../utils/config.cmo ../bytecomp/bytesections.cmo \
+ OBJINFO=../compilerlibs/ocamlcommon.cma \