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 | c98b0f7011d18da79ae031e9cc5f55f58d1bad3d (patch) | |
tree | 30e3dbdca0d936c531308e5402e16c9b33c7aae7 /graphics/glu | |
parent | 757b4b37554000457b84ba681a1a002101d43715 (diff) | |
download | pkgsrc-c98b0f7011d18da79ae031e9cc5f55f58d1bad3d.tar.gz |
Mesa has optimisations for SunPro so use them when SPARC_TARGET_ARCH
is set appropriately (sparcv7, sparcv8, sparcv9).
Diffstat (limited to 'graphics/glu')
-rw-r--r-- | graphics/glu/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 65d3ea6b7b0..911551a368c 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/10/26 13:56:18 adam Exp $ +# $NetBSD: Makefile,v 1.35 2004/10/27 10:30:38 grant Exp $ PKGNAME= ${DISTNAME:C/MesaLib/glu/} COMMENT= GLU polygon tessellation facility for Mesa @@ -16,8 +16,6 @@ MESA_REQD+= ${MESA_VERSION} INSTLIBS= ${WRKSRC}/src/glu/sgi/libGLU.la -.include "../../mk/bsd.prefs.mk" - pre-build: cd ${WRKSRC} && ${RM} -fr src/mesa src/glut src/glw progs |