summaryrefslogtreecommitdiffstats
path: root/devel/xwpe/files/patch-05
diff options
context:
space:
mode:
Diffstat (limited to 'devel/xwpe/files/patch-05')
-rw-r--r--devel/xwpe/files/patch-0526
1 files changed, 13 insertions, 13 deletions
diff --git a/devel/xwpe/files/patch-05 b/devel/xwpe/files/patch-05
index 780d5dd..0c7dcb3 100644
--- a/devel/xwpe/files/patch-05
+++ b/devel/xwpe/files/patch-05
@@ -1,6 +1,6 @@
---- we_prog.c.orig Sat Sep 5 06:57:18 1998
-+++ we_prog.c Sun Nov 8 01:53:20 1998
-@@ -15,6 +15,9 @@
+--- we_prog.c.orig Mon Dec 27 08:11:38 1999
++++ we_prog.c Sat Feb 26 07:48:25 2000
+@@ -16,6 +16,9 @@
#include <sys/stat.h>
#include <sys/wait.h>
#include <signal.h>
@@ -10,16 +10,16 @@
int e_run_sh(FENSTER *f);
int e_make_library(char *library, char *ofile, FENSTER *f);
-@@ -943,7 +946,11 @@
- e_prog.exedir = WpeStringMake(".");
- if (e_prog.sys_include) FREE(e_prog.sys_include);
- e_prog.sys_include =
-- WpeStringMake("/usr/include:/usr/local/include:/usr/include/X11");
-+ WpeStringMake("/usr/include:/usr/local/include"
+@@ -924,7 +927,11 @@
+ e_prog.exedir = WpeStrdup(".");
+ if (e_prog.sys_include) FREE(e_prog.sys_include);
+ e_prog.sys_include =
+- WpeStrdup("/usr/include:/usr/local/include:/usr/include/X11");
++ WpeStrdup("/usr/include:%%LOCALBASE%%/include"
+#if !defined(NO_XWINDOWS)
+ ":"X_INC
+#endif
-+ );
- if(e_prog.comp == NULL)
- e_prog.comp = MALLOC(e_prog.num * sizeof(struct e_s_prog *));
- else
++ );
+ if (e_prog.comp == NULL)
+ e_prog.comp = MALLOC(e_prog.num * sizeof(struct e_s_prog *));
+ else
OpenPOWER on IntegriCloud