summaryrefslogtreecommitdiff
path: root/graphics/MesaDemos/patches/patch-ac
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-12-05 15:20:22 +0000
committerjschauma <jschauma>2002-12-05 15:20:22 +0000
commitfef70463f9826a34afb60aa0c1df3ec156d2ae26 (patch)
treef9a0f66f0f0bbef9c4e9c54d9fdc7b102131cdb2 /graphics/MesaDemos/patches/patch-ac
parent06a83c19b4d9559dfca3224eb66a1aef4b88f085 (diff)
downloadpkgsrc-fef70463f9826a34afb60aa0c1df3ec156d2ae26.tar.gz
Initial import of graphics/MesaDemos:
MesaLib is a 3-D graphics library with an API which is very similar to that of OpenGL*. This package provides examples and demos of Mesa's capabilities, among them the examples from the ``Red Book'' (_OpenGL Programming Guide_, published by Addison-Wesley; ISBN 0-201-63274-8).
Diffstat (limited to 'graphics/MesaDemos/patches/patch-ac')
-rw-r--r--graphics/MesaDemos/patches/patch-ac23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/MesaDemos/patches/patch-ac b/graphics/MesaDemos/patches/patch-ac
new file mode 100644
index 00000000000..7140f86cd31
--- /dev/null
+++ b/graphics/MesaDemos/patches/patch-ac
@@ -0,0 +1,23 @@
+$NetBSD: patch-ac,v 1.1.1.1 2002/12/05 15:20:22 jschauma Exp $
+
+--- samples/Makefile.X11.orig Tue Feb 15 20:09:06 2000
++++ samples/Makefile.X11 Thu Nov 21 14:49:47 2002
+@@ -9,15 +9,15 @@
+
+ ##### MACROS #####
+
+-INCDIR = ../include
+-LIBDIR = ../lib
++INCDIR = ${X11PREFIX}/include
++LIBDIR = ${X11PREFIX}/lib
+
+ GL_LIBS = -L$(LIBDIR) -lglut -lGLU -lGL $(APP_LIB_DEPS)
+
+ LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
+
+ PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \
+- font line logo nurb oglinfo olympic overlay point prim quad select \
++ font line logo nurb olympic overlay point prim quad select \
+ shape sphere star stencil stretch texture tri wave
+
+