From 8b8767b2adbd327ee483c136b55023935cd67e55 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Wed, 7 Sep 2016 13:03:21 +0200 Subject: [PATCH] gawk-4.1.1-build-baddest.patch removed from dist-git This patch is already present gawk-4.1.3 upstream release. --- gawk-4.1.1-build-baddest.patch | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 gawk-4.1.1-build-baddest.patch diff --git a/gawk-4.1.1-build-baddest.patch b/gawk-4.1.1-build-baddest.patch deleted file mode 100644 index bc553ae..0000000 --- a/gawk-4.1.1-build-baddest.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -urNp gawk-4.1.1-bak/extension/Makefile.am gawk-4.1.1/extension/Makefile.am ---- gawk-4.1.1-bak/extension/Makefile.am 2014-02-20 19:42:25.000000000 +0100 -+++ gawk-4.1.1/extension/Makefile.am 2014-04-21 11:56:49.227755196 +0200 -@@ -100,7 +100,7 @@ testext_la_LIBADD = $(MY_LIBS) - - install-data-hook: - for i in $(pkgextension_LTLIBRARIES) ; do \ -- $(RM) $(pkgextensiondir)/$$i ; \ -+ $(RM) ${DESTDIR}$(pkgextensiondir)/$$i ; \ - done - - # Keep the uninstall check working: -diff -urNp gawk-4.1.1-bak/extension/Makefile.in gawk-4.1.1/extension/Makefile.in ---- gawk-4.1.1-bak/extension/Makefile.in 2014-04-08 18:13:03.000000000 +0200 -+++ gawk-4.1.1/extension/Makefile.in 2014-04-21 11:57:54.884756674 +0200 -@@ -1231,7 +1231,7 @@ uninstall-man: uninstall-man3 - - install-data-hook: - for i in $(pkgextension_LTLIBRARIES) ; do \ -- $(RM) $(pkgextensiondir)/$$i ; \ -+ $(RM) $(DESTDIR)$(pkgextensiondir)/$$i ; \ - done - - # Keep the uninstall check working: