another fix for NetBSD 4.0 (forgot to fix this before commit)

This commit is contained in:
jdolecek 2007-12-22 23:22:51 +00:00
parent f14b33f19e
commit b36eec90b7

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2007/12/22 22:34:24 jdolecek Exp $
# $NetBSD: Makefile,v 1.20 2007/12/22 23:22:51 jdolecek Exp $
#
DISTNAME= licq-1.3.5
@ -25,6 +25,16 @@ OVERRIDE_DIRDEPTH= 3
INCOMPAT_CURSES= NetBSD-1.4*-* NetBSD-1.5*-* NetBSD-1.6[-_.]*-* NetBSD-1.6[A-Q]-*
# the cdk on NetBSD 4.0 isn't compatible; also force the check
# initCDKScreen() to succeed, the configure script test fails due
# to missing -lm
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
USE_BUILTIN.cdk= no
CONFIGURE_ENV+= ac_cv_lib_cdk_initCDKScreen="yes"
.endif
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/cdk/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"