diff options
author | bouyer <bouyer@pkgsrc.org> | 2002-10-23 08:49:07 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2002-10-23 08:49:07 +0000 |
commit | b2f7f9e53abc35272fe787ff2b93e86ee44850bb (patch) | |
tree | ad9577ee961255267b56a58b64ea4905f4b50b49 /sysutils/mc | |
parent | 54e09a91b3bdbbfe18023dacd1f157b673709775 (diff) | |
download | pkgsrc-b2f7f9e53abc35272fe787ff2b93e86ee44850bb.tar.gz |
Don't define BOOL_DEFINED for SunOS, otherwise rpcsvc/yp_prot.h breaks.
Diffstat (limited to 'sysutils/mc')
-rw-r--r-- | sysutils/mc/patches/patch-ad | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/sysutils/mc/patches/patch-ad b/sysutils/mc/patches/patch-ad index cd0bfee2974..41d74c44976 100644 --- a/sysutils/mc/patches/patch-ad +++ b/sysutils/mc/patches/patch-ad @@ -1,8 +1,18 @@ -$NetBSD: patch-ad,v 1.6 2000/10/19 23:31:18 jlam Exp $ +$NetBSD: patch-ad,v 1.7 2002/10/23 08:49:07 bouyer Exp $ ---- vfs/smbfs.c.orig Mon Jul 3 10:31:59 2000 -+++ vfs/smbfs.c -@@ -375,7 +375,8 @@ +--- vfs/smbfs.c.orig Mon Jul 3 16:31:59 2000 ++++ vfs/smbfs.c Tue Oct 22 22:29:12 2002 +@@ -29,7 +29,9 @@ + confilcts with definitions in other includes */ + #undef HAVE_LIBREADLINE + #define NO_CONFIG_H ++#ifndef SunOS + #define BOOL_DEFINED ++#endif + #include "samba/include/includes.h" + + #include <string.h> +@@ -375,7 +377,8 @@ static int smbfs_init(vfs *me) { |