openbsd-ports/graphics/Mesa/patches/patch-ai
kevlo 144213049f Fix was to comment out the library dependencies in demos/Makefile
and restore the demos build target to ${WRKSRC}/Makefile.
2000-02-10 10:05:31 +00:00

12 lines
460 B
Plaintext

--- demos/Makefile.orig Tue Jun 9 21:52:25 1998
+++ demos/Makefile Wed Feb 9 23:57:10 2000
@@ -45,7 +45,7 @@
GL_LIBS = -L$(LIBDIR) -lglut -lMesaGLU -lMesaGL -lm $(XLIBS)
-LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
+#LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
PROGS = bounce clearspd drawpix gamma gears glinfo glutfx isosurf \
morph3d multiext multitex osdemo paltex pointblast reflect \