diff options
author | grant <grant@pkgsrc.org> | 2005-02-23 13:57:35 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-02-23 13:57:35 +0000 |
commit | 20e453e2c1228625df3bb196d915ba01de4e2c97 (patch) | |
tree | 926e1771352a387fb0e2ebcabafac531ce376029 /graphics/glut | |
parent | 12cd809a9dbc8203b19e3e818fc9024ef4af48ff (diff) | |
download | pkgsrc-20e453e2c1228625df3bb196d915ba01de4e2c97.tar.gz |
libglut needs symbols from libXi, so explicitly link against it.
fixes unresolved symbols at runtime on Solaris. bump PKGREVISION
of glut.
Diffstat (limited to 'graphics/glut')
-rw-r--r-- | graphics/glut/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile index c53f968ba86..42146b029c7 100644 --- a/graphics/glut/Makefile +++ b/graphics/glut/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2005/02/23 13:05:52 grant Exp $ +# $NetBSD: Makefile,v 1.36 2005/02/23 13:57:35 grant Exp $ PKGNAME= ${DISTNAME:S/MesaLib/glut/} +PKGREVISION= 1 COMMENT= GLUT Graphics library similar to SGI's OpenGL CONFLICTS+= Mesa-glx-[0-9]* |