diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-11-27 16:49:49 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-11-27 16:49:49 +0000 |
commit | 9b0532b613e0ba7112aa9776b035a594614b2024 (patch) | |
tree | 6719713782b7433195ce53662f4a5f90b7649977 /x11-wm/xfce4-session | |
parent | 64c864fb4fba5a1c49230c62da02ccc5910340db (diff) | |
download | ports-9b0532b613e0ba7112aa9776b035a594614b2024.tar.gz ports-9b0532b613e0ba7112aa9776b035a594614b2024.zip |
fix build with non-standard X11BASE
Notes
Notes:
svn path=/head/; revision=178117
Diffstat (limited to 'x11-wm/xfce4-session')
-rw-r--r-- | x11-wm/xfce4-session/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index 950c63e9d6fd..6b5ca6b94258 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -31,7 +31,9 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include \ + -L${LOCALBASE}/lib -I${X11BASE}/include \ + -L${X11BASE}/lib" MAN1= xfce4-session.1 xfce4-session-logout.1 |