aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml/040_all_yaccldflags.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/040_all_yaccldflags.patch
parent56af9bf5cb57be5cdae8bc1440f06575c43e5885 (diff)
downloadaports-10e307f4f5b524ba53b823c5310ae46a2054f3c5.tar.bz2
aports-10e307f4f5b524ba53b823c5310ae46a2054f3c5.tar.xz
testing/ocaml: upgrade to 4.02.3
Diffstat (limited to 'testing/ocaml/040_all_yaccldflags.patch')
-rw-r--r--testing/ocaml/040_all_yaccldflags.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/testing/ocaml/040_all_yaccldflags.patch b/testing/ocaml/040_all_yaccldflags.patch
deleted file mode 100644
index 872f254e85..0000000000
--- a/testing/ocaml/040_all_yaccldflags.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Respect LDFLAGS for ocamlyacc
-
-http://caml.inria.fr/mantis/view.php?id=4698
-
-Index: ocaml-3.12.0/yacc/Makefile
-===================================================================
---- ocaml-3.12.0.orig/yacc/Makefile
-+++ ocaml-3.12.0/yacc/Makefile
-@@ -25,7 +25,7 @@ OBJS= closure.o error.o lalr.o lr0.o mai
- all: ocamlyacc$(EXE)
-
- ocamlyacc$(EXE): $(OBJS)
-- $(CC) $(CFLAGS) $(CCLINKFLAGS) -o ocamlyacc $(OBJS)
-+ $(CC) $(LDFLAGS) $(CFLAGS) $(CCLINKFLAGS) -o ocamlyacc $(OBJS)
-
- version.h : ../VERSION
- echo "#define OCAML_VERSION \"`sed -e 1q ../VERSION`\"" >version.h