diff options
author | oliver <oliver@FreeBSD.org> | 2006-11-28 00:49:49 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-11-28 00:49:49 +0800 |
commit | 2a3efea81f92831c9cd763b2611dd0908098c4eb (patch) | |
tree | dbe4643ad394febfd21b944b960323f5bac3a795 /x11-wm/xfce4-session | |
parent | e4d6955ce2e301d28a6358794e16b4f19b900acb (diff) | |
download | freebsd-ports-gnome-2a3efea81f92831c9cd763b2611dd0908098c4eb.tar.gz freebsd-ports-gnome-2a3efea81f92831c9cd763b2611dd0908098c4eb.tar.zst freebsd-ports-gnome-2a3efea81f92831c9cd763b2611dd0908098c4eb.zip |
fix build with non-standard X11BASE
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 |