summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/mercury-extras/files/mercury-extras-10.04-dynamic-linking.patch')
-rw-r--r--dev-lang/mercury-extras/files/mercury-extras-10.04-dynamic-linking.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-lang/mercury-extras/files/mercury-extras-10.04-dynamic-linking.patch b/dev-lang/mercury-extras/files/mercury-extras-10.04-dynamic-linking.patch
deleted file mode 100644
index 5e3f89aafddd..000000000000
--- a/dev-lang/mercury-extras/files/mercury-extras-10.04-dynamic-linking.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Only in mercury-extras-10.04/curs: curs.m.orig
-diff -ur mercury-extras-10.04.orig/dynamic_linking/Mmakefile mercury-extras-10.04/dynamic_linking/Mmakefile
---- mercury-extras-10.04.orig/dynamic_linking/Mmakefile 2005-01-25 20:49:05.000000000 +1300
-+++ mercury-extras-10.04/dynamic_linking/Mmakefile 2010-07-19 21:35:53.000000000 +1200
-@@ -11,7 +11,7 @@
- MLFLAGS = --shared
-
- # Link in the `-ldl' library (this may not be needed on some systems)
--MLLIBS = -ldl
-+MLLIBS = -L/usr/@libdir@ -ldl
-
- # enable C-level debugging
- CFLAGS = -g