diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-11-28 18:41:03 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-11-28 18:41:03 +0000 |
commit | 4a8261aac4db6e31105018abefe874933659338e (patch) | |
tree | 4a43d412942d3996a2d1d3e07d60852ea06c26c3 /graphics/glu | |
parent | 614bf125626dbaed726398ba4302e75054bac318 (diff) | |
download | pkgsrc-4a8261aac4db6e31105018abefe874933659338e.tar.gz |
As suggested by Ron Roskens in PR pkg/23489 (closing that PR):
use si-glu sources to build a libGLU that includes GLU Polygon Tessellator
functions and use this new functionality in MesaDemos.
Bump PKGREVISIONs.
Diffstat (limited to 'graphics/glu')
-rw-r--r-- | graphics/glu/Makefile | 6 | ||||
-rw-r--r-- | graphics/glu/PLIST | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index d85378741f2..1dc8a22e965 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2003/11/18 16:10:56 jschauma Exp $ +# $NetBSD: Makefile,v 1.22 2003/11/28 18:41:03 jschauma Exp $ PKGNAME= ${DISTNAME:C/MesaLib/glu/} -PKGREVISION= 2 +PKGREVISION= 3 WRKSRC= ${WRKDIR}/${DISTNAME:C/Lib//} MAINTAINER= rh@NetBSD.org COMMENT= GLU polygon tesselation facility for Mesa @@ -13,7 +13,7 @@ CONFLICTS+= Mesa<3.2.1 USE_BUILDLINK2= yes USE_X11BASE= yes -BUILD_DIRS= ${WRKSRC}/src-glu +BUILD_DIRS= ${WRKSRC}/si-glu .include "../../mk/bsd.prefs.mk" diff --git a/graphics/glu/PLIST b/graphics/glu/PLIST index 2182fa76400..6849717127e 100644 --- a/graphics/glu/PLIST +++ b/graphics/glu/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.8 2003/11/18 16:10:56 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.9 2003/11/28 18:41:03 jschauma Exp $ include/GL/glu.h include/GL/glu_mangle.h lib/libGLU.so -lib/libGLU.so.2 -lib/libGLU.so.2.502 +lib/libGLU.so.4 +lib/libGLU.so.4.502 lib/libGLU.a lib/libGLU.la @unexec ${RMDIR} %D/include/GL >/dev/null 2>&1 || ${TRUE} |