From 9b0532b613e0ba7112aa9776b035a594614b2024 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Mon, 27 Nov 2006 16:49:49 +0000 Subject: fix build with non-standard X11BASE --- x11-wm/xfce4-panel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-wm/xfce4-panel') diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index d9a72de184ec..305d22aa7196 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -29,8 +29,8 @@ USE_GNOME= gtk20 gnomehack 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 .include -- cgit v1.2.3