diff options
author | novel <novel@FreeBSD.org> | 2005-10-29 21:59:29 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-10-29 21:59:29 +0800 |
commit | ff4cf4186d1f034d8b118c76388c84e240af28aa (patch) | |
tree | 25e458a0777890f19e29e4739d720772d1d8ca7f /x11 | |
parent | 8ddac64e5c79978f32d6e8d2c48a651450901534 (diff) | |
download | freebsd-ports-gnome-ff4cf4186d1f034d8b118c76388c84e240af28aa.tar.gz freebsd-ports-gnome-ff4cf4186d1f034d8b118c76388c84e240af28aa.tar.zst freebsd-ports-gnome-ff4cf4186d1f034d8b118c76388c84e240af28aa.zip |
Fix build on 4.x.
Reported by: pointyhat via kris
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xidle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xidle/Makefile b/x11/xidle/Makefile index d71b3459c2d6..2a336947991a 100644 --- a/x11/xidle/Makefile +++ b/x11/xidle/Makefile @@ -17,7 +17,7 @@ COMMENT= Run a program on X inactivity USE_BZIP2= yes USE_GETOPT_LONG=yes USE_X_PREFIX= yes -CFLAGS+= -I${X11BASE}/include -D__dead=static +CFLAGS+= -I${X11BASE}/include -I${LOCALBASE}/include -D__dead=static MAKE_ARGS+= X11LIBDIR="${X11BASE}/lib" \ CFLAGS="${CFLAGS}" |