diff options
author | grant <grant@pkgsrc.org> | 2004-10-27 10:30:38 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-10-27 10:30:38 +0000 |
commit | c4e6aef39eaf3a1a1981e3c56a8a4188b7704144 (patch) | |
tree | 30e3dbdca0d936c531308e5402e16c9b33c7aae7 /graphics/MesaLib | |
parent | 52a9dfa21638ecbd63921b53e430689a05b85307 (diff) | |
download | pkgsrc-c4e6aef39eaf3a1a1981e3c56a8a4188b7704144.tar.gz |
Mesa has optimisations for SunPro so use them when SPARC_TARGET_ARCH
is set appropriately (sparcv7, sparcv8, sparcv9).
Diffstat (limited to 'graphics/MesaLib')
-rw-r--r-- | graphics/MesaLib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index 657fb44a087..efd9823d4ab 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2004/10/26 13:55:37 adam Exp $ +# $NetBSD: Makefile,v 1.36 2004/10/27 10:30:38 grant Exp $ PKGNAME= MesaLib-${MESA_VERSION} COMMENT= Graphics library similar to SGI's OpenGL @@ -13,8 +13,6 @@ INSTLIBS= ${WRKSRC}/src/mesa/libGL.la \ ${WRKSRC}/src/glw/libGLw.la \ ${WRKSRC}/src/mesa/libOSMesa.la -.include "../../mk/compiler.mk" - # The sparc asm included with Mesa does not build on sparc64 .if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "sparc64" CONFIGURE_ARGS+= --disable-sparc |