openbsd-ports/x11/windowmaker/patches/patch-WINGs_wapplication_c

13 lines
463 B
Plaintext
Raw Normal View History

2005-11-01 12:28:34 -05:00
$OpenBSD: patch-WINGs_wapplication_c,v 1.3 2005/11/01 17:28:34 wilfried Exp $
--- WINGs/wapplication.c.orig Sun Oct 24 05:13:29 2004
+++ WINGs/wapplication.c Mon Oct 31 18:54:57 2005
2001-10-24 09:54:38 -04:00
@@ -175,7 +175,7 @@ WMPathForResourceOfType(char *resource,
2005-11-01 12:28:34 -05:00
}
}
2005-11-01 12:28:34 -05:00
- path = checkFile("/usr/local/GNUstep", appdir, ext, resource);
+ path = checkFile("%%PREFIX%%/GNUstep", appdir, ext, resource);
if (path) {
2005-11-01 12:28:34 -05:00
wfree(appdir);
return path;