summaryrefslogtreecommitdiff
path: root/mail/wmmail/patches/patch-ab
blob: 4268954547b75c41dd33eda4c1c3cea8ccc38770 (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.1 1999/01/30 14:19:00 tron Exp $

--- wmutil.c.orig	Sat Jan 16 05:50:25 1999
+++ wmutil.c	Sat Jan 30 14:37:40 1999
@@ -319,15 +319,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;
 }