summaryrefslogtreecommitdiff
path: root/cad/magic/files/patch-commands__Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-02-19 23:25:01 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-02-19 23:25:01 +0000
commit55b3cd6fc6c0010e7dd026c8d9213371a3d2c1bd (patch)
tree45f08a3faf56c3b8dfb01e15d8b693216687892d /cad/magic/files/patch-commands__Makefile
parent- Update to 3.7.27 (diff)
- Update to 7.5.124
PR: 164986 Submitted by: Ports Fury
Diffstat (limited to '')
-rw-r--r--cad/magic/files/patch-commands__Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/cad/magic/files/patch-commands__Makefile b/cad/magic/files/patch-commands__Makefile
new file mode 100644
index 000000000000..623312755884
--- /dev/null
+++ b/cad/magic/files/patch-commands__Makefile
@@ -0,0 +1,16 @@
+--- commands/Makefile.orig 2006-05-24 04:18:33.000000000 +0900
++++ commands/Makefile 2012-01-17 02:11:59.000000000 +0900
+@@ -10,12 +10,7 @@
+ # Force the module to regenerate the symbolic link in the readline
+ # directory, as it may be needed by CmdFI.c (in the non-Tcl compile)
+
+-module: ${MAGICDIR}/readline/readline lib${MODULE}.o
+-
+-${MAGICDIR}/readline/readline:
+- @if ( ! test -f ${MAGICDIR}/readline/readline ) ; then \
+- (cd ${MAGICDIR}/readline; ln -s `ls | grep readline` readline) ; \
+- fi
++module: lib${MODULE}.o
+
+ include ${MAGICDIR}/defs.mak
+ include ${MAGICDIR}/rules.mak