commit 7be413638db7b283f179e38c80e2109a8f525f96 Author: Eric Anholt Date: Fri Mar 7 12:20:03 2008 -0800 Add a workaround for autoconf test not finding esd when it's a symlink. The esd symlink is used to get gnome-session to start esd-compat when pulseaudio is installed, since gnome-session doesn't do any autodetection. An alternative would be to fix gnome-session to choose ${LOCALBASE}/bin/esd-compat if available at runtime. diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index fede943..f675492 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -35,7 +35,8 @@ GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + ESD_SERVER="${LOCALBASE}/bin/esd" MAN1= gnome-session.1 gnome-wm.1 session-properties.1 \ gnome-session-save.1