From 823930ec9df3f539f6e830a0fbdbba3d65b7df82 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Wed, 20 Aug 2003 10:32:03 +0000 Subject: Fix build on tcl8.4 (which current py-tkinter is based on) --- graphics/py-opengl/files/patch-src::Togl-1.5::togl.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/py-opengl/files/patch-src::Togl-1.5::togl.c (limited to 'graphics/py-opengl/files/patch-src::Togl-1.5::togl.c') diff --git a/graphics/py-opengl/files/patch-src::Togl-1.5::togl.c b/graphics/py-opengl/files/patch-src::Togl-1.5::togl.c new file mode 100644 index 000000000000..86dfe52dad05 --- /dev/null +++ b/graphics/py-opengl/files/patch-src::Togl-1.5::togl.c @@ -0,0 +1,11 @@ +--- src/Togl-1.5/togl.c.bak Tue May 15 07:55:19 2001 ++++ src/Togl-1.5/togl.c Wed Aug 20 19:21:01 2003 +@@ -137,6 +137,8 @@ + # include "tkInt8.0p2.h" + #elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==3 + # include "tkInt8.3.h" ++#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 ++# include "tkInt8.4.h" + #else + #error Sorry, you will have to edit togl.c to include the right tkInt.h file + #endif -- cgit v1.2.3