summaryrefslogtreecommitdiff
path: root/mail/wmmail/patches/patch-ab
blob: e51f979aa78a19f5ae2057dee5b7d89436a1ddaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$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;
 }