From bc4f381fd10c42b01d694e2594e68a25968823e8 Mon Sep 17 00:00:00 2001 From: Tom Yan Date: Tue, 8 Oct 2019 10:02:05 +0800 Subject: [PATCH] remove bootstrap.sh.patch --- packages/pulseaudio/bootstrap.sh.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 packages/pulseaudio/bootstrap.sh.patch diff --git a/packages/pulseaudio/bootstrap.sh.patch b/packages/pulseaudio/bootstrap.sh.patch deleted file mode 100644 index 6ae7843ca..000000000 --- a/packages/pulseaudio/bootstrap.sh.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -u -r ../pulseaudio-12.2/bootstrap.sh ./bootstrap.sh ---- ../pulseaudio-12.2/bootstrap.sh 2018-07-16 14:40:33.000000000 +0000 -+++ ./bootstrap.sh 2018-11-27 23:12:39.509242963 +0000 -@@ -35,15 +35,10 @@ - exit 1 - fi - # Other necessary programs --if ! autopoint --version &>/dev/null ; then -- echo "autopoint is required to bootstrap this program" -- exit 1 --fi - if ! intltoolize --version >/dev/null ; then - echo "intltoolize is required to bootstrap this program" - exit 1 - fi --autopoint --force - AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose - - if test "x$NOCONFIGURE" = "x"; then