diff options
author | oliver <oliver@FreeBSD.org> | 2006-11-28 01:07:04 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-11-28 01:07:04 +0800 |
commit | 3cc5cf6f85f523f4b557581a349ab7d978b413db (patch) | |
tree | b902cbea77b0cbc250d3d3798cc2dbc18530697a /x11-wm | |
parent | 063355ad3dd3100749e648ca8d7fb51cadc3d534 (diff) | |
download | freebsd-ports-gnome-3cc5cf6f85f523f4b557581a349ab7d978b413db.tar.gz freebsd-ports-gnome-3cc5cf6f85f523f4b557581a349ab7d978b413db.tar.zst freebsd-ports-gnome-3cc5cf6f85f523f4b557581a349ab7d978b413db.zip |
fix build with non-standard X11BASE
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce4-desktop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index 3beaabb87991..af8b84304df6 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -32,8 +32,8 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ - CPPFLAGS=-I${LOCALBASE}/include \ +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${X11BASE}/lib" \ + CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS=-L${LOCALBASE}/lib MAN1= xfdesktop.1 |