aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocaml/050_all_objinfoldflags.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-08 23:05:30 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-10 02:17:25 +0100
commit6cca9ba40d61313fd59d34ff6138f8884a26ef51 (patch)
treec61423dc69ad7bfbf31c7a872473ac4ea016c7d8 /community/ocaml/050_all_objinfoldflags.patch
parent500d952707ca2e8896377b44dea15cc3388ad6d5 (diff)
downloadaports-6cca9ba40d61313fd59d34ff6138f8884a26ef51.tar.bz2
aports-6cca9ba40d61313fd59d34ff6138f8884a26ef51.tar.xz
community/ocaml: upgrade to 4.06.0
Diffstat (limited to 'community/ocaml/050_all_objinfoldflags.patch')
-rw-r--r--community/ocaml/050_all_objinfoldflags.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/ocaml/050_all_objinfoldflags.patch b/community/ocaml/050_all_objinfoldflags.patch
deleted file mode 100644
index e7b2fc170f..0000000000
--- a/community/ocaml/050_all_objinfoldflags.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: ocaml-4.03.0+beta1/tools/Makefile.shared
-===================================================================
---- ocaml-4.03.0+beta1.orig/tools/Makefile.shared
-+++ ocaml-4.03.0+beta1/tools/Makefile.shared
-@@ -273,7 +273,7 @@ CCOUT = -o $(EMPTY)
- endif
-
- objinfo_helper$(EXE): objinfo_helper.c ../config/s.h
-- $(BYTECC) $(CCOUT)objinfo_helper$(EXE) $(BYTECCCOMPOPTS) \
-+ $(MKEXE) $(CCOUT)objinfo_helper$(EXE) $(BYTECCCOMPOPTS) \
- $(DEF_SYMBOL_PREFIX) $(LIBBFD_INCLUDE) objinfo_helper.c $(LIBBFD_LINK)
-
- OBJINFO=../compilerlibs/ocamlcommon.cma \