summarylogtreecommitdiffstats
path: root/help2man.patch
diff options
context:
space:
mode:
authorkfg2019-03-06 23:52:51 +0100
committerkfg2019-03-06 23:53:29 +0100
commit4b19f57b831446ab3549254f2b48e037fb2ec624 (patch)
treea395be465a6f7695d5b27016a50ab248ae064e73 /help2man.patch
parent56ea6c85257c27bb7ac500c43f834a77c8ed8961 (diff)
downloadaur-4b19f57b831446ab3549254f2b48e037fb2ec624.tar.gz
upgpkg: mingw-w64-recode 3.7.1-1
new upstream release
Diffstat (limited to 'help2man.patch')
-rw-r--r--help2man.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/help2man.patch b/help2man.patch
new file mode 100644
index 000000000000..46fc9c86da00
--- /dev/null
+++ b/help2man.patch
@@ -0,0 +1,12 @@
+diff -ruN recode-3.7/src/Makefile.am patched/src/Makefile.am
+--- recode-3.7/src/Makefile.am 2018-10-04 00:47:09.733993844 +0200
++++ patched/src/Makefile.am 2018-10-04 00:45:21.051955465 +0200
+@@ -104,7 +104,7 @@
+ $(AM_V_GEN)if ( touch $@.w && rm -f $@.w; ) >/dev/null 2>&1; then \
+ $(top_srcdir)/build-aux/missing --run $(HELP2MAN) \
+ --name="converts files between character sets" \
+- --output=$@ ./recode; \
++ --output=$@ ./recode$(EXEEXT); \
+ fi
+
+ main.o: main.c ../config.status