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 /misc | |
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 'misc')
-rw-r--r-- | misc/xfce4-iconbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xfce4-iconbox/Makefile b/misc/xfce4-iconbox/Makefile index 17abd6451583..c4df2b634ce4 100644 --- a/misc/xfce4-iconbox/Makefile +++ b/misc/xfce4-iconbox/Makefile @@ -27,8 +27,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 .include <bsd.port.mk> |