diff options
author | midipix <writeonce@midipix.org> | 2025-05-20 14:32:14 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-05-20 14:32:14 +0000 |
commit | c2657df63e143adf969cc15cd4e35459c72979ff (patch) | |
tree | 9f5587de1421d650fffc3b2e1d374b6cff540a43 | |
parent | b1c2de2996e45b6fe414e7b55914ce878da33dcd (diff) | |
download | midipix_build-c2657df63e143adf969cc15cd4e35459c72979ff.tar.bz2 midipix_build-c2657df63e143adf969cc15cd4e35459c72979ff.tar.xz |
autoconf: removed patches/autoconf_host-2.69.local.patch (not needed, unused).
-rw-r--r-- | patches/autoconf_host-2.69.local.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/patches/autoconf_host-2.69.local.patch b/patches/autoconf_host-2.69.local.patch deleted file mode 100644 index 339ca8d7..00000000 --- a/patches/autoconf_host-2.69.local.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- autoconf-2.69/man/Makefile.am 2022-12-27 15:22:52.186142107 +0800 -+++ autoconf-2.69/man/Makefile.am.orig 2012-01-21 21:46:39.000000000 +0800 -@@ -58,7 +58,8 @@ - --include=$*.x \ - --include=$(srcdir)/common.x \ - --source='$(PACKAGE_STRING)' \ -- --output=$@.t `echo '$*' | sed 's,.*/,,'` -+ --output=$@.t \ -+ --no-discard-stderr `echo '$*' | sed 's,.*/,,'` - if sed $(remove_time_stamp) $@ >$@a.t 2>/dev/null && \ - sed $(remove_time_stamp) $@.t | cmp $@a.t - >/dev/null 2>&1; then \ - touch $@; \ ---- autoconf-2.69/man/Makefile.in 2022-12-27 15:23:19.743692892 +0800 -+++ autoconf-2.69/man/Makefile.in.orig 2012-04-25 10:40:26.000000000 +0800 -@@ -464,7 +464,8 @@ - --include=$*.x \ - --include=$(srcdir)/common.x \ - --source='$(PACKAGE_STRING)' \ -- --output=$@.t `echo '$*' | sed 's,.*/,,'` -+ --output=$@.t \ -+ --no-discard-stderr `echo '$*' | sed 's,.*/,,'` - if sed $(remove_time_stamp) $@ >$@a.t 2>/dev/null && \ - sed $(remove_time_stamp) $@.t | cmp $@a.t - >/dev/null 2>&1; then \ - touch $@; \ |