ports/x11/windowmaker/patches/patch-WINGs_wapplication_c

12 lines
361 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- WINGs/wapplication.c.orig Tue Aug 11 20:41:14 2015
+++ WINGs/wapplication.c Wed Jun 8 09:52:32 2016
@@ -187,7 +187,7 @@ char *WMPathForResourceOfType(const char *resource, co
if (path)
goto out;
- path = checkFile("/usr/local/GNUstep", appdir, ext, resource);
+ path = checkFile(PREFIX "/GNUstep", appdir, ext, resource);
if (path)
goto out;