summaryrefslogtreecommitdiff
path: root/devel/mkcmd/files/patch-bin_mkcmd_machine.h
blob: 3dd6aeaae1b70f013e21af51d58392aea757fe75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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)