diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-08 00:48:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-08 00:48:28 +0000 |
commit | 152f85b3aa2d901472ec7ad1e875d8e72b8c8561 (patch) | |
tree | 624893bb326632cfa4f17ebee45df88e41a01634 /x11 | |
parent | remove USE_XLIB (diff) |
Explicitly spell out where to find esd to fix the build with pulseaudio is
being used for the ESounD provider.
PR: 121482
Sumibtted by: anholt
Notes
Notes:
svn path=/head/; revision=208634
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-session/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index cfc8b4410ddd..c8e6b86efd94 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 |