summaryrefslogtreecommitdiff
path: root/xwpe/xwpe-1.5.30a-makefile.patch
diff options
context:
space:
mode:
authorDeposite Pirate2022-02-08 21:11:30 +0100
committerDeposite Pirate2022-02-08 21:11:30 +0100
commit59499df5465041afd7cd0f07aae64a682125dd83 (patch)
tree009e911f94b1e7746824bf8a23e20ea47fae44a5 /xwpe/xwpe-1.5.30a-makefile.patch
parent6986983d0b00808c4cd44a7d80e62dc312df2c80 (diff)
Xwpe a Borland IDE-like text editor for the console and X11
new file: xwpe/.SRCINFO modified: xwpe/PKGBUILD new file: xwpe/xwpe-1.5.30a-build.patch deleted: xwpe/xwpe-1.5.30a-makefile.patch
Diffstat (limited to 'xwpe/xwpe-1.5.30a-makefile.patch')
-rw-r--r--xwpe/xwpe-1.5.30a-makefile.patch14
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