summaryrefslogtreecommitdiff
path: root/devel/mkcmd
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-05 09:03:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-05 09:03:24 +0000
commit99a35848b05457fc661ab4575b61f9c899b76405 (patch)
treee874d430ce088dae661117b14cbbc55cd3c244d7 /devel/mkcmd
parentUpdate vertion to 1.26 (diff)
Fix build on -current (don't try and prototype functions from <stdlib.h>)
Notes
Notes: svn path=/head/; revision=65676
Diffstat (limited to 'devel/mkcmd')
-rw-r--r--devel/mkcmd/files/patch-aa15
1 files changed, 12 insertions, 3 deletions
diff --git a/devel/mkcmd/files/patch-aa b/devel/mkcmd/files/patch-aa
index 6928844e98fe..3dd6aeaae1b7 100644
--- a/devel/mkcmd/files/patch-aa
+++ b/devel/mkcmd/files/patch-aa
@@ -1,11 +1,20 @@
---- bin/mkcmd/machine.h.orig Thu Dec 30 15:41:29 1999
-+++ bin/mkcmd/machine.h Thu Dec 30 15:41:38 1999
+--- 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 "%%PREFIX%%/share/mkcmd:%%PREFIX%%/share/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)