diff options
author | Ørjan Malde <red@foxi.me> | 2021-06-17 13:17:56 +0200 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-06-17 14:16:23 +0200 |
commit | 5c6c0b543a11725ee16f6d45553da1b9b49660d0 (patch) | |
tree | dcf22aac7b6c92a6d519ba919ff23b331ca235c2 | |
parent | da5d047b8885f2facd1e7d3c7455099bd5222bf2 (diff) | |
download | midipix_build-5c6c0b543a11725ee16f6d45553da1b9b49660d0.tar.bz2 midipix_build-5c6c0b543a11725ee16f6d45553da1b9b49660d0.tar.xz |
patches/libressl-3.3.1.local.patch: drop obsolete patch
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
-rw-r--r-- | patches/libressl-3.3.1.local.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/patches/libressl-3.3.1.local.patch b/patches/libressl-3.3.1.local.patch deleted file mode 100644 index 8609cb69..00000000 --- a/patches/libressl-3.3.1.local.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -ru libressl-2.9.1.orig/man/Makefile.in libressl-2.9.1/man/Makefile.in ---- libressl-2.9.1.orig/man/Makefile.in 2019-04-13 19:22:41.000000000 +0200 -+++ libressl-2.9.1/man/Makefile.in 2019-05-13 18:40:40.831028028 +0200 -@@ -3024,14 +3024,6 @@ - ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_ARG_FN_TYPE.3" - ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_FN_TYPE.3" - ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/LHASH_HASH_FN_TYPE.3" -- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_delete.3" -- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_doall.3" -- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_doall_arg.3" -- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_error.3" -- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_free.3" -- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_insert.3" -- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_new.3" -- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_retrieve.3" - ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_delete.3" - ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_doall.3" - ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_doall_arg.3" -@@ -5421,14 +5413,6 @@ - -rm -f "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_ARG_FN_TYPE.3" - -rm -f "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_FN_TYPE.3" - -rm -f "$(DESTDIR)$(mandir)/man3/LHASH_HASH_FN_TYPE.3" -- -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_delete.3" -- -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_doall.3" -- -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_doall_arg.3" -- -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_error.3" -- -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_free.3" -- -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_insert.3" -- -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_new.3" -- -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_retrieve.3" - -rm -f "$(DESTDIR)$(mandir)/man3/lh_delete.3" - -rm -f "$(DESTDIR)$(mandir)/man3/lh_doall.3" - -rm -f "$(DESTDIR)$(mandir)/man3/lh_doall_arg.3" |