summaryrefslogtreecommitdiffhomepage
path: root/patches/w3m/makefile.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-05-06 07:59:51 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-05-06 07:59:51 +0000
commit9a53b7893cb2515f8df0ad9b4b4ca8d4ac2b2419 (patch)
tree2a5d6ad8bfb76fa48f10cf464355dfc75b8595a0 /patches/w3m/makefile.patch
parent811a945c2c952d821e37bd81f07efb3ec9897f3f (diff)
downloadmidipix_build-9a53b7893cb2515f8df0ad9b4b4ca8d4ac2b2419.tar.bz2
midipix_build-9a53b7893cb2515f8df0ad9b4b4ca8d4ac2b2419.tar.xz
vars/build.vars:native_packages_cmdline: adds w3m v0.5.3+git20190105.
patches/w3m/{generated,makefile}.patch, vars/w3m.vars: via Redfoxmoon.
Diffstat (limited to 'patches/w3m/makefile.patch')
-rw-r--r--patches/w3m/makefile.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/patches/w3m/makefile.patch b/patches/w3m/makefile.patch
new file mode 100644
index 00000000..0f55a60a
--- /dev/null
+++ b/patches/w3m/makefile.patch
@@ -0,0 +1,28 @@
+--- w3m-0.5.3-git20190105.orig/Makefile.in 2019-01-05 09:41:27.000000000 +0100
++++ w3m-0.5.3-git20190105/Makefile.in 2019-05-05 15:44:26.429910511 +0200
+@@ -137,11 +137,13 @@
+ $(OBJS) $(LOBJS): fm.h funcname1.h
+
+ tagtable.c: tagtable.tab mktable$(EXT) html.h
+- ./mktable$(EXT) 100 $(srcdir)/tagtable.tab > $@
++ echo tagtable.tab
++ #./mktable$(EXT) 100 $(srcdir)/tagtable.tab > $@
+
+ entity.h: entity.tab mktable$(EXT)
+- echo '/* $$I''d$$ */' > $@
+- ./mktable$(EXT) 100 $(srcdir)/entity.tab >> $@
++ echo entity.h
++ #echo '/* $$I''d$$ */' > $@
++ #./mktable$(EXT) 100 $(srcdir)/entity.tab >> $@
+
+ indep.o: indep.c fm.h funcname1.h entity.h
+ func.o: funcname.c functable.c funcname1.h
+@@ -174,7 +176,7 @@
+
+ functable.c: funcname.tab mktable$(EXT)
+ sort funcname.tab | $(AWK) -f $(top_srcdir)/functable.awk > functable.tab
+- ./mktable$(EXT) 100 functable.tab > $@
++ #./mktable$(EXT) 100 functable.tab > $@
+ -rm -f functable.tab
+
+ mktable$(EXT): mktable.o dummy.o Str.o hash.o myctype.o