summarylogtreecommitdiffstats
path: root/help2man.patch
diff options
context:
space:
mode:
authorkfg2023-02-04 19:25:31 +0100
committerkfg2023-02-04 19:50:34 +0100
commit49ec39fa98066631ed97130da3df14fde2d279b4 (patch)
treeff52a95ed5eb7c7aad08fc9d4f70930992d398a9 /help2man.patch
parente44813c93df9cab547ecb2a22b4ce1201fd82727 (diff)
downloadaur-49ec39fa98066631ed97130da3df14fde2d279b4.tar.gz
upgpkg: mingw-w64-recode 3.7.14-1: new upstream release
Diffstat (limited to 'help2man.patch')
-rw-r--r--help2man.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/help2man.patch b/help2man.patch
deleted file mode 100644
index 46fc9c86da00..000000000000
--- a/help2man.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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