diff options
author | Deposite Pirate | 2018-09-17 11:17:10 +0200 |
---|---|---|
committer | Deposite Pirate | 2018-09-17 11:17:10 +0200 |
commit | 450186370a14285c491f67998e9fb676ec53008b (patch) | |
tree | bbfee724485e0e25a25e235148c414739faae5d5 /xwpe/xwpe-1.5.30a-makefile.patch | |
parent | 5e19a5cf9742193b4aa9e34143a79ecac543e379 (diff) |
Add xwpe.
Diffstat (limited to 'xwpe/xwpe-1.5.30a-makefile.patch')
-rw-r--r-- | xwpe/xwpe-1.5.30a-makefile.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xwpe/xwpe-1.5.30a-makefile.patch b/xwpe/xwpe-1.5.30a-makefile.patch new file mode 100644 index 0000000..cdeb639 --- /dev/null +++ b/xwpe/xwpe-1.5.30a-makefile.patch @@ -0,0 +1,14 @@ +diff -r -u -N xwpe-1.5.30a/Makefile.in xwpe-1.5.30a-makefile/Makefile.in +--- xwpe-1.5.30a/Makefile.in 2005-07-07 03:53:09.000000000 +0200 ++++ xwpe-1.5.30a-makefile/Makefile.in 2018-08-28 03:52:32.781724830 +0200 +@@ -89,6 +89,10 @@ + model.h progr.h unixkeys.h unixmakr.h \ + Xwpe.h WeString.h WeXterm.h WeProg.h WeExpArr.h + ++wpe: $(OFILES) $(T_OFILES) ++ $(CC) $(CFLAGS) $(DEFS) -DNO_XWINDOWS $(OFILES) $(T_OFILES) \ ++ $(LIBS) -o wpe ++ + xwpe: $(OFILES) $(X_OFILES) $(T_OFILES) + $(CC) $(CFLAGS) $(DEFS) $(OFILES) $(X_OFILES) $(T_OFILES) \ + $(LIBS) $(XLIBS) -o xwpe |