From 1f5aafceb1de3a36ba60465f46c1ced40e7cb38b Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Mon, 28 Jul 2014 16:28:02 +0000 Subject: Rename devel/ patch-xy patches to reflect the files they modify. --- devel/mkcmd/files/patch-bin_mkcmd_machine.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 devel/mkcmd/files/patch-bin_mkcmd_machine.h (limited to 'devel/mkcmd/files/patch-bin_mkcmd_machine.h') 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) -- cgit v1.2.3