summaryrefslogtreecommitdiff
path: root/package/pulseaudio/patches/patch-configure_ac
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-06-19 19:56:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-06-19 19:56:51 +0200
commit54d78b84a65f380b4530d5d7720d7e66bb1a4111 (patch)
tree892ef8e01e7b77b3bb1bdea6eb2bb8ae152506c7 /package/pulseaudio/patches/patch-configure_ac
parent858ab548876e3924a2f9563f9f7140d6357302df (diff)
pulseaudio: update to 8.0
Diffstat (limited to 'package/pulseaudio/patches/patch-configure_ac')
-rw-r--r--package/pulseaudio/patches/patch-configure_ac37
1 files changed, 0 insertions, 37 deletions
diff --git a/package/pulseaudio/patches/patch-configure_ac b/package/pulseaudio/patches/patch-configure_ac
deleted file mode 100644
index 5c26f33f7..000000000
--- a/package/pulseaudio/patches/patch-configure_ac
+++ /dev/null
@@ -1,37 +0,0 @@
---- pulseaudio-7.1.orig/configure.ac 2015-10-30 13:22:13.000000000 +0100
-+++ pulseaudio-7.1/configure.ac 2015-11-01 18:51:35.000000000 +0100
-@@ -99,25 +99,8 @@ PKG_PROG_PKG_CONFIG
-
- # gettext
-
--if test "x$enable_nls" != "xno"; then
--IT_PROG_INTLTOOL([0.35.0])
--
--AM_GNU_GETTEXT_VERSION([0.18.1])
--AM_GNU_GETTEXT([external])
--
--GETTEXT_PACKAGE=pulseaudio
--AC_SUBST([GETTEXT_PACKAGE])
--AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
--
--pulselocaledir='${prefix}/${DATADIRNAME}/locale'
--AX_DEFINE_DIR(PULSE_LOCALEDIR, pulselocaledir, [Gettext locale dir])
--else
--# workaround till an intltool m4 bug is fixed upstream
--# (https://bugs.launchpad.net/intltool/+bug/904647)
- USE_NLS=no
- AC_SUBST(USE_NLS)
--fi
--
-
- #### Determine host OS ####
-
-@@ -407,7 +390,7 @@ AC_HEADER_STDC
- # POSIX
- AC_CHECK_HEADERS_ONCE([arpa/inet.h glob.h grp.h netdb.h netinet/in.h \
- netinet/in_systm.h netinet/tcp.h poll.h pwd.h sched.h \
-- sys/mman.h sys/select.h sys/socket.h sys/wait.h \
-+ sys/mman.h sys/select.h sys/socket.h sys/wait.h sys/user.h xlocale.h \
- sys/uio.h syslog.h sys/dl.h dlfcn.h linux/sockios.h])
- AC_CHECK_HEADERS([netinet/ip.h], [], [],
- [#include <sys/types.h>