From bb266679842feb25bb0e6bd9c4fb7b2fe409b10d Mon Sep 17 00:00:00 2001 From: hira Date: Sat, 19 Mar 2005 20:11:14 +0000 Subject: Fix build on NetBSD 3. --- meta-pkgs/xorg/Makefile.common | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta-pkgs') diff --git a/meta-pkgs/xorg/Makefile.common b/meta-pkgs/xorg/Makefile.common index 937aae527ef..503ad1fdd8c 100644 --- a/meta-pkgs/xorg/Makefile.common +++ b/meta-pkgs/xorg/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.20 2005/03/01 19:00:11 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.21 2005/03/19 20:11:14 hira Exp $ # # XBUILD_DIRS is the group of directories under ${WRKSRC} that will # be built in. @@ -166,7 +166,8 @@ SYSTEMS= FreeBSD NetBSD OpenBSD linux DragonFly .if !defined(NO_XORG_TARGETS) -.if !empty(MACHINE_PLATFORM:MNetBSD-2.[0-9]*) +.if !empty(MACHINE_PLATFORM:MNetBSD-1.6[M-Z]*) || \ + !empty(MACHINE_PLATFORM:MNetBSD-[2-9]*) . if exists(/usr/include/threadlib.h) SUBST_CLASSES+= thr SUBST_STAGE.thr= post-patch -- cgit v1.2.3