diff options
Diffstat (limited to 'xwpe/xwpe-1.5.30a-makefile.patch')
-rw-r--r-- | xwpe/xwpe-1.5.30a-makefile.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/xwpe/xwpe-1.5.30a-makefile.patch b/xwpe/xwpe-1.5.30a-makefile.patch deleted file mode 100644 index cdeb639..0000000 --- a/xwpe/xwpe-1.5.30a-makefile.patch +++ /dev/null @@ -1,14 +0,0 @@ -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 |