summaryrefslogtreecommitdiff
path: root/audio/pulseaudio/patches/patch-src_Makefile.am
blob: 623edae40e59b594659b0ac4387f7770a960b339 (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
$NetBSD: patch-src_Makefile.am,v 1.1 2014/06/09 13:08:19 ryoon Exp $

Install files into pkgsrc example paths; will be correctly
installed by pkgsrc configuration file framework.

--- src/Makefile.am.orig	2014-02-14 13:45:45.000000000 +0000
+++ src/Makefile.am
@@ -27,14 +27,14 @@ pulseincludedir=$(includedir)/pulse
 pulsecoreincludedir=$(includedir)/pulsecore
 pulselibexecdir=$(libexecdir)/pulse
 if HAVE_X11
-xdgautostartdir=$(sysconfdir)/xdg/autostart
+xdgautostartdir= ${EGDIR}
 endif
 if HAVE_ALSA
 alsaprofilesetsdir=$(datadir)/pulseaudio/alsa-mixer/profile-sets
 alsapathsdir=$(datadir)/pulseaudio/alsa-mixer/paths
 endif
 if HAVE_DBUS
-dbuspolicydir=$(sysconfdir)/dbus-1/system.d
+dbuspolicydir=${EGDIR}
 endif
 
 ###################################