pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/meta-pkgs/xorg Fix build on NetBSD 3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/afaf29c19c56
branches: trunk
changeset: 490777:afaf29c19c56
user: hira <hira%pkgsrc.org@localhost>
date: Sat Mar 19 20:11:14 2005 +0000
description:
Fix build on NetBSD 3.
diffstat:
meta-pkgs/xorg/Makefile.common | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 0630007add14 -r afaf29c19c56 meta-pkgs/xorg/Makefile.common
--- a/meta-pkgs/xorg/Makefile.common Sat Mar 19 19:47:33 2005 +0000
+++ b/meta-pkgs/xorg/Makefile.common Sat Mar 19 20:11:14 2005 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index