From f9c7f2516e6516f5675e264906930bb0f52a032b Mon Sep 17 00:00:00 2001 From: markd Date: Sat, 26 Mar 2005 15:30:46 +0000 Subject: On NetBSD 1.6.2 don't try and use utmpx and don't use the found fontconfig-config (because configure doesn't then look for the pkg-config entry for the current pkgsrc fontconfig). --- x11/kdebase3/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'x11/kdebase3') diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index a2f87c55d91..2d0c53e6793 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2005/03/24 04:47:58 markd Exp $ +# $NetBSD: Makefile,v 1.71 2005/03/26 15:30:46 markd Exp $ DISTNAME= kdebase-${_KDE_VERSION} CATEGORIES= x11 @@ -138,9 +138,15 @@ post-install: ${CP} -f ${WRKDIR}/kdmrc.ad kdmrc .endif +.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M1.[0-6]*) +CONFIGURE_ENV+= ac_cv_func_getutxent='no' +CONFIGURE_ENV+= kde_cv_path_fontconfig_config='NONE' +.endif + .include "../../meta-pkgs/kde3/kde3.mk" .include "../../databases/openldap/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" .include "../../fonts/fontconfig/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/openexr/buildlink3.mk" -- cgit v1.2.3