Tue Jan 29 15:34:47 2013 UTC ()
Add comment.


(wiz)
diff -r1.1 -r1.2 pkgsrc/audio/pulseaudio/patches/patch-src_Makefile.in

cvs diff -r1.1 -r1.2 pkgsrc/audio/pulseaudio/patches/Attic/patch-src_Makefile.in (expand / switch to unified diff)

--- pkgsrc/audio/pulseaudio/patches/Attic/patch-src_Makefile.in 2012/11/03 01:54:55 1.1
+++ pkgsrc/audio/pulseaudio/patches/Attic/patch-src_Makefile.in 2013/01/29 15:34:47 1.2
@@ -1,13 +1,15 @@ @@ -1,13 +1,15 @@
1$NetBSD: patch-src_Makefile.in,v 1.1 2012/11/03 01:54:55 ryoon Exp $ 1$NetBSD: patch-src_Makefile.in,v 1.2 2013/01/29 15:34:47 wiz Exp $
 2
 3Use pkgsrc infrastructure for config files.
2 4
3--- src/Makefile.in.orig 2012-07-19 11:30:13.000000000 +0000 5--- src/Makefile.in.orig 2012-07-19 11:30:13.000000000 +0000
4+++ src/Makefile.in 6+++ src/Makefile.in
5@@ -2943,7 +2943,7 @@ pulselibexecdir = $(libexecdir)/pulse 7@@ -2943,7 +2943,7 @@ pulselibexecdir = $(libexecdir)/pulse
6 @HAVE_X11_TRUE@xdgautostartdir = $(sysconfdir)/xdg/autostart 8 @HAVE_X11_TRUE@xdgautostartdir = $(sysconfdir)/xdg/autostart
7 @HAVE_ALSA_TRUE@alsaprofilesetsdir = $(datadir)/pulseaudio/alsa-mixer/profile-sets 9 @HAVE_ALSA_TRUE@alsaprofilesetsdir = $(datadir)/pulseaudio/alsa-mixer/profile-sets
8 @HAVE_ALSA_TRUE@alsapathsdir = $(datadir)/pulseaudio/alsa-mixer/paths 10 @HAVE_ALSA_TRUE@alsapathsdir = $(datadir)/pulseaudio/alsa-mixer/paths
9-@HAVE_DBUS_TRUE@dbuspolicydir = $(sysconfdir)/dbus-1/system.d 11-@HAVE_DBUS_TRUE@dbuspolicydir = $(sysconfdir)/dbus-1/system.d
10+@HAVE_DBUS_TRUE@dbuspolicydir = ${EGDIR} 12+@HAVE_DBUS_TRUE@dbuspolicydir = ${EGDIR}
11  13
12 ################################### 14 ###################################
13 # Compiler/linker flags # 15 # Compiler/linker flags #