Index: head/x11-toolkits/gtkglext/files/patch-gdk_gdkglshapes.c =================================================================== --- head/x11-toolkits/gtkglext/files/patch-gdk_gdkglshapes.c (nonexistent) +++ head/x11-toolkits/gtkglext/files/patch-gdk_gdkglshapes.c (revision 467110) @@ -0,0 +1,22 @@ +index() is a function in + +--- gdk/gdkglshapes.c.orig 2004-02-20 09:38:12 UTC ++++ gdk/gdkglshapes.c +@@ -544,7 +544,7 @@ static GLfloat idata[12][3] = + {-Z, -X, 0} + }; + +-static int index[20][3] = ++static int myindex[20][3] = + { + {0, 4, 1}, + {0, 9, 4}, +@@ -574,7 +574,7 @@ icosahedron(GLenum shadeType) + int i; + + for (i = 19; i >= 0; i--) { +- drawtriangle(i, idata, index, shadeType); ++ drawtriangle(i, idata, myindex, shadeType); + } + } + Property changes on: head/x11-toolkits/gtkglext/files/patch-gdk_gdkglshapes.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property