[Lunar-commits] <moonbase-other> pulseaudio: Adding a patch to fix the compile with current version of systemd. Taken from;
Auke Kok
auke at foo-projects.org
Thu Jul 12 19:31:11 CEST 2012
On Thu, Jul 12, 2012 at 08:31:06AM -0700, Dennis Veatch wrote:
> commit e93dc602baaaa744ed026de0565eeae3d95ce358
> Author: Dennis Veatch <stumbles at lunar-linux.org>
> Date: Thu, 12 Jul 2012 08:31:06 -0700
> URL: https://github.com/lunar-linux/moonbase-other/commit/e93dc602baaaa744ed026de0565eeae3d95ce358
>
> pulseaudio: Adding a patch to fix the compile with current version of systemd. Taken from;
>
> http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/files/pulseaudio-2.0-udev-symbols.patch?revision=1.1
> ---
> audio/pulseaudio/BUILD +4/-0
> audio/pulseaudio/DETAILS +3/-0
> 2 files changed, 7 insertions (+), 0 deletions (-)
>
> --- a/audio/pulseaudio/BUILD
> +++ b/audio/pulseaudio/BUILD
> @@ -1,5 +1,9 @@
> (
>
> + if module_installed systemd ; then
> + patch_it $SOURCE_CACHE/$SOURCE2 1 &&
> + fi &&
booo! hisss!
the last statement inside an if...fi block may not be followed by a '&&'
Auke
More information about the Lunar-dev
mailing list