summaryrefslogtreecommitdiff
path: root/devel/mkcmd/files/patch-bin_mkcmd_machine.h
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 16:28:02 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 16:28:02 +0000
commit1f5aafceb1de3a36ba60465f46c1ced40e7cb38b (patch)
tree7b046cc88dfd6bda85731c3df197fae0844222a8 /devel/mkcmd/files/patch-bin_mkcmd_machine.h
parentSupport STAGE (diff)
Rename devel/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363197
Diffstat (limited to 'devel/mkcmd/files/patch-bin_mkcmd_machine.h')
-rw-r--r--devel/mkcmd/files/patch-bin_mkcmd_machine.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/mkcmd/files/patch-bin_mkcmd_machine.h b/devel/mkcmd/files/patch-bin_mkcmd_machine.h
new file mode 100644
index 000000000000..3dd6aeaae1b7
--- /dev/null
+++ b/devel/mkcmd/files/patch-bin_mkcmd_machine.h
@@ -0,0 +1,20 @@
+--- bin/mkcmd/machine.h.orig Sun Jul 30 14:56:23 2000
++++ bin/mkcmd/machine.h Thu Sep 5 00:58:57 2002
+@@ -13,7 +13,7 @@
+ #endif
+
+ #if !defined(DEFDIR)
+-#define DEFDIR "/usr/local/lib/mkcmd:/usr/local/lib/mkcmd/type"
++#define DEFDIR "/usr/local/share/mkcmd:/usr/local/share/mkcmd/type"
+ #endif
+
+ #if !defined(TILDEDIR)
+@@ -105,7 +105,7 @@
+ #endif
+
+ #if !defined(NEED_MALLOC_EXTERN)
+-#define NEED_MALLOC_EXTERN (!USE_MALLOC_H && !defined(NEXT2) && !defined(IRIX) && !defined(BSDI))
++#define NEED_MALLOC_EXTERN (!USE_MALLOC_H && !defined(NEXT2) && !defined(IRIX) && !defined(BSDI) && !defined(FREEBSD))
+ #endif
+
+ #if !defined(NEED_OFFSET_TYPE)