summaryrefslogtreecommitdiff
path: root/net-wireless/bluez/files/bluez-alsa_location.patch
diff options
context:
space:
mode:
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