openbsd-ports/x11/windowmaker/patches/patch-WINGs_wapplication_c
2005-11-01 17:28:34 +00:00

13 lines
463 B
Plaintext

$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
@@ -175,7 +175,7 @@ WMPathForResourceOfType(char *resource,
}
}
- path = checkFile("/usr/local/GNUstep", appdir, ext, resource);
+ path = checkFile("%%PREFIX%%/GNUstep", appdir, ext, resource);
if (path) {
wfree(appdir);
return path;