summaryrefslogtreecommitdiff
path: root/graphics/Mesa
diff options
context:
space:
mode:
authortv <tv>2005-11-08 16:41:30 +0000
committertv <tv>2005-11-08 16:41:30 +0000
commitbeef87eba2c18a3cf82aa85897beadc58f908ec7 (patch)
tree30784e90ebecea4319689a16c12ec773c0de42e6 /graphics/Mesa
parentba1a03acfb294b2c5f45a802c1da42ca49f90d86 (diff)
downloadpkgsrc-beef87eba2c18a3cf82aa85897beadc58f908ec7.tar.gz
Create template config file for Interix 3.x.
As part of this, do something special for xmesaP.h: Because XShm.h does exist on the Interix platform, and Mesa binaries were already buildable, preserve the ABI by including XShm.h there and keeping the XShmSegmentInfo field (with -DUSE_XSHM_HDRONLY) -- thus avoiding both flag day and revbump sweep. However, all XShm-using code remains turned off (no -DUSE_XSHM) so that libGL will work. Bump PKGREVISION of MesaLib only.
Diffstat (limited to 'graphics/Mesa')
-rw-r--r--graphics/Mesa/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common
index 1fdbb02fc5a..b8f0494ddcf 100644
--- a/graphics/Mesa/Makefile.common
+++ b/graphics/Mesa/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.43 2005/06/16 06:57:57 jlam Exp $
+# $NetBSD: Makefile.common,v 1.44 2005/11/08 16:41:30 tv Exp $
DISTNAME= MesaLib-${MESA_VERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -50,6 +50,8 @@ BUILD_TARGET= solaris-x86
BUILD_TARGET= solaris-x86-gcc
. endif
. endif
+.elif ${OPSYS} == "Interix"
+BUILD_TARGET= interix3
.else
BUILD_TARGET= pkgsrc
.endif