diff options
author | marcus <marcus@FreeBSD.org> | 2008-03-08 08:48:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-03-08 08:48:28 +0800 |
commit | b46c26bf11d3e4e8b03258bf9d3cd292448edbdb (patch) | |
tree | 5d3e975770beb9174072281e9628821fbd248cfb /x11 | |
parent | 4c3ff395f55279593fee5b277c83a9c2946c0cb7 (diff) | |
download | freebsd-ports-gnome-b46c26bf11d3e4e8b03258bf9d3cd292448edbdb.tar.gz freebsd-ports-gnome-b46c26bf11d3e4e8b03258bf9d3cd292448edbdb.tar.zst freebsd-ports-gnome-b46c26bf11d3e4e8b03258bf9d3cd292448edbdb.zip |
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
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 |