diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-03-29 23:32:12 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-03-29 23:32:12 +0000 |
commit | 1502ecb2cd3dcc5630e0851dc43d91a8de9653cb (patch) | |
tree | 12a9471a5585209d99ddc1feedecccf78e324315 /x11 | |
parent | 7190cacd68f0492585855066f912d335ca8ca4ee (diff) | |
download | pkgsrc-1502ecb2cd3dcc5630e0851dc43d91a8de9653cb.tar.gz |
Sync SUBST_CLASSES=thr with meta-pkgs/xorg/Makefile.common, which
supports NetBSD>=1.6M.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg-imake/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xorg-imake/Makefile b/x11/xorg-imake/Makefile index 13422a2e380..cd24cf7703b 100644 --- a/x11/xorg-imake/Makefile +++ b/x11/xorg-imake/Makefile @@ -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 @@ post-install: ${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 |