diff options
author | markd <markd@pkgsrc.org> | 2005-03-26 15:30:46 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-03-26 15:30:46 +0000 |
commit | 8f20d4e2ae5057bea9766e35aaf458ee438078fb (patch) | |
tree | a9ca98c30303d3e943825f3dace4932d4840a745 /x11 | |
parent | c9f6e28ca64c6012dc94a118a365eeeb9ac1d57e (diff) | |
download | pkgsrc-8f20d4e2ae5057bea9766e35aaf458ee438078fb.tar.gz |
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).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase3/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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" |