diff options
author | Will Andrews <will@FreeBSD.org> | 2001-08-08 04:53:49 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-08-08 04:53:49 +0000 |
commit | f9212680727599e7a1c66e38415a0be6caa8085b (patch) | |
tree | 20c8838f51c8c1cbf176ea8ea73fcdd297b164b0 /x11-wm | |
parent | o Update to 1.1 (diff) |
Add -DHAVE_BOOL to CFLAGS since the underlying configure script apparently
doesn't know how to find it. Not sure why bento's not seeing the problem.
Notes
Notes:
svn path=/head/; revision=45941
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/kwix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/kwix/Makefile b/x11-wm/kwix/Makefile index 4f776d4db06a..f4b7a8cf77f9 100644 --- a/x11-wm/kwix/Makefile +++ b/x11-wm/kwix/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext USE_KDEBASE_VER=2 USE_GMAKE= yes GNU_CONFIGURE= yes +CFLAGS+= -DHAVE_BOOL post-patch: @${PERL} -pi -e 's#lqt#lqt2#g' ${WRKSRC}/configure |