pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xorg-imake Sync SUBST_CLASSES=thr with meta-pkgs/x...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/513240e1169f
branches:  trunk
changeset: 491786:513240e1169f
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Mar 29 23:32:12 2005 +0000

description:
Sync SUBST_CLASSES=thr with meta-pkgs/xorg/Makefile.common, which
supports NetBSD>=1.6M.

diffstat:

 x11/xorg-imake/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r ee433b8ccc6b -r 513240e1169f x11/xorg-imake/Makefile
--- a/x11/xorg-imake/Makefile   Tue Mar 29 23:31:03 2005 +0000
+++ b/x11/xorg-imake/Makefile   Tue Mar 29 23:32:12 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/03/22 09:46:10 adam Exp $
+# $NetBSD: Makefile,v 1.16 2005/03/29 23:32:12 xtraeme Exp $
 
 DISTNAME=      ${DISTFILES}
 PKGNAME=       xorg-imake-${XORG_VER}
@@ -91,7 +91,8 @@
        ${ECHO} "#endif";                               \
        ) >> ${X11ROOT}/lib/X11/config/host.def
 
-.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