openbsd-ports/graphics/glut/patches/patch-lib_glut_Imakefile
lebel 7f08f73fef initial import of glut-3.7:
--
The OpenGL Utility Toolkit, a window system independent toolkit for
writing OpenGL programs. It implements a simple windowing application
programming interface (API) for OpenGL.  GLUT is designed for
constructing small to medium sized OpenGL programs. While GLUT is
well-suited to learning OpenGL and developing simple OpenGL
applications, GLUT is not a full-featured toolkit so large applications
requiring sophisticated user interfaces are better off using native
window system toolkits like Motif.
 
WWW: http://reality.sgi.com/opengl/glut3/glut3.html

Submitted by Dan Weeks <danimal@danimal.org>
2001-06-20 18:55:24 +00:00

16 lines
539 B
Plaintext

$OpenBSD: patch-lib_glut_Imakefile,v 1.1.1.1 2001/06/20 18:55:24 lebel Exp $
--- lib/glut/Imakefile.orig Fri Aug 7 20:20:30 1998
+++ lib/glut/Imakefile Wed Jun 20 12:11:38 2001
@@ -117,6 +117,11 @@ NormalLibraryObjectRule()
#endif
NormalLibraryTarget(glut,$(OBJS))
+InstallLibrary(glut,$(USRLIBDIR))
+
+SharedDepLibraryTarget(glut,3.7,.,$(OBJS),.,.)
+InstallSharedLibrary(glut,3.7,$(USRLIBDIR))
+
/* I've gotten too many complaints from people (mostly Linux users)
trying to build GLUT that have problems using lex and yacc to