summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/mercury-extras/files/mercury-extras-10.04-lex.patch')
-rw-r--r--dev-lang/mercury-extras/files/mercury-extras-10.04-lex.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-lang/mercury-extras/files/mercury-extras-10.04-lex.patch b/dev-lang/mercury-extras/files/mercury-extras-10.04-lex.patch
deleted file mode 100644
index 39dcfad46ac3..000000000000
--- a/dev-lang/mercury-extras/files/mercury-extras-10.04-lex.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-diff -urN lex/Mmakefile lex/Mmakefile
---- lex/Mmakefile 1970-01-01 12:00:00.000000000 +1200
-+++ lex/Mmakefile 2010-07-19 21:37:59.000000000 +1200
-@@ -0,0 +1,29 @@
-+# Copyright (C) 2001 Ralph Becket <rbeck@microsoft.com>
-+# Copyright (C) 2002 The University of Melbourne
-+
-+# To build, do the following:
-+#
-+# $ mmake depend
-+# $ mmake all
-+# $ mmake install
-+#
-+# If you have problems, try the following instead:
-+#
-+# $ mmake depend
-+# $ mmake all
-+# $ mmake liblex.install
-+# $ mmake libregex.install
-+
-+MAIN_TARGET = all
-+
-+LIBGRADES := $(filter-out java,$(LIBGRADES))
-+LIBGRADES := $(filter-out erlang,$(LIBGRADES))
-+
-+.PHONEY: all depend install
-+
-+all: liblex libregex
-+
-+depend: lex.depend regex.depend
-+
-+install:
-+ $(MMAKE) liblex.install
-+ $(MMAKE) libregex.install