summaryrefslogtreecommitdiff
path: root/net-wireless/bluez/files/bluez-alsa_location.patch
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2014-02-20 08:38:20 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2014-02-20 08:38:20 +0200
commita549e6ac6b6b6dbe30f0486ec078e607c63ab860 (patch)
tree510f307f30657fda60553346b769b73216117310 /net-wireless/bluez/files/bluez-alsa_location.patch
parentb6ebc3ab027b6c55a57fde0eaedaae6114ed0d81 (diff)
cleanup....
Diffstat (limited to 'net-wireless/bluez/files/bluez-alsa_location.patch')
-rw-r--r--net-wireless/bluez/files/bluez-alsa_location.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/net-wireless/bluez/files/bluez-alsa_location.patch b/net-wireless/bluez/files/bluez-alsa_location.patch
deleted file mode 100644
index 4d0712c..0000000
--- a/net-wireless/bluez/files/bluez-alsa_location.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-bluez installs stuff into /etc/alsa, which is wrong since the
-correct location (also stated in alsa-lib configure.in) is
-/usr/share/alsa instead
-Upstream report:
-http://permalink.gmane.org/gmane.linux.bluez.kernel/4739
---- Makefile.am~ 2010-02-12 20:26:48.000000000 +0100
-+++ Makefile.am 2010-03-05 10:17:15.000000000 +0100
-@@ -241,7 +241,7 @@
- audio_libasound_module_ctl_bluetooth_la_CFLAGS = @ALSA_CFLAGS@
-
- if CONFIGFILES
--alsaconfdir = $(sysconfdir)/alsa
-+alsaconfdir = $(datadir)/alsa
-
- alsaconf_DATA = audio/bluetooth.conf
- endif