summaryrefslogtreecommitdiff
path: root/audio/pulseaudio/patches/patch-ad
blob: 1bc53aa8bf53d7e6d3c3d48e1c0c33f7aaeee46d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
$NetBSD: patch-ad,v 1.3 2008/12/25 21:53:30 ahoka Exp $

--- src/Makefile.am.orig	2008-12-20 11:45:28.000000000 -0500
+++ src/Makefile.am	2008-12-20 11:47:47.000000000 -0500
@@ -26,9 +26,9 @@
 
 pulseincludedir=$(includedir)/pulse
 pulsecoreincludedir=$(includedir)/pulsecore
-pulseconfdir=$(sysconfdir)/pulse
+pulseconfdir=$(EGDIR)
 pulselibexecdir=$(libexecdir)/pulse
-xdgautostartdir=$(sysconfdir)/xdg/autostart
+xdgautostartdir=$(PREFIX)/share/gnome/autostart
 
 ###################################
 #            Defines              #
@@ -38,7 +38,7 @@
 if OS_IS_WIN32
 PA_DEFAULT_CONFIG_DIR=%PULSE_ROOT%
 else
-PA_DEFAULT_CONFIG_DIR=$(pulseconfdir)
+PA_DEFAULT_CONFIG_DIR=$(sysconfdir)/pulse
 endif
 
 ###################################
@@ -1396,7 +1396,7 @@
 # OSS
 
 liboss_util_la_SOURCES = modules/oss-util.c modules/oss-util.h
-liboss_util_la_LDFLAGS = -avoid-version
+liboss_util_la_LDFLAGS = -avoid-version $(LIBOSSAUDIO)
 liboss_util_la_LIBADD = libpulsecore.la
 
 module_oss_la_SOURCES = modules/module-oss.c