diff options
Diffstat (limited to 'mail/wmmail/patches/patch-ab')
-rw-r--r-- | mail/wmmail/patches/patch-ab | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/wmmail/patches/patch-ab b/mail/wmmail/patches/patch-ab deleted file mode 100644 index e51f979aa78..00000000000 --- a/mail/wmmail/patches/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ab,v 1.2 1999/06/27 10:51:49 tron Exp $ - ---- wmutil.c.orig Sat Jan 16 05:50:25 1999 -+++ wmutil.c Sun Jun 27 12:37:41 1999 -@@ -319,15 +320,12 @@ - if (path = check_file(prefix, folders, resource)) - return path; - -- if (path = check_file("/usr/local/GNUstep", folders, resource)) -+ if (path = check_file(PREFIX "/GNUstep", folders, resource)) - return path; - - if (prefix = getenv("GNUSTEP_SYSTEM_ROOT")) - if (path = check_file(prefix, folders, resource)) - return path; -- -- if (path = check_file("/usr/GNUstep", folders, resource)) -- return path; - - return (char *) NULL; - } |