diff options
author | hira <hira@pkgsrc.org> | 2005-03-19 20:11:14 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2005-03-19 20:11:14 +0000 |
commit | bb266679842feb25bb0e6bd9c4fb7b2fe409b10d (patch) | |
tree | ee821649990bd72c2f2cd10c0f2728cac36b4384 /meta-pkgs | |
parent | 848d548ad4f71a43c95b889e719d2c212507f09b (diff) | |
download | pkgsrc-bb266679842feb25bb0e6bd9c4fb7b2fe409b10d.tar.gz |
Fix build on NetBSD 3.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xorg/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
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 |