diff options
author | tv <tv@pkgsrc.org> | 2005-11-08 16:41:30 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-08 16:41:30 +0000 |
commit | 924b25bc16e4a9b807d11a499f38404c15ccebe4 (patch) | |
tree | 30784e90ebecea4319689a16c12ec773c0de42e6 /graphics/Mesa | |
parent | e7f63a4688d5ed9b246dfe46ade0b9fdc776b19f (diff) | |
download | pkgsrc-924b25bc16e4a9b807d11a499f38404c15ccebe4.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.common | 4 |
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 |