diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-05-13 05:57:03 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-05-13 05:57:03 +0000 |
commit | 25cffea0b112634903472343aa6b935db81b4f4f (patch) | |
tree | 5be22c497104e44c009dcf8bf51b3969fc1c1875 /graphics/py-opengl | |
parent | 31e2031b86e54d53021c5ef4b9f075481fa50330 (diff) | |
download | ports-25cffea0b112634903472343aa6b935db81b4f4f.tar.gz ports-25cffea0b112634903472343aa6b935db81b4f4f.zip |
Notes
Diffstat (limited to 'graphics/py-opengl')
-rw-r--r-- | graphics/py-opengl/files/patch-src::Togl-1.5::togl.c | 11 |
1 files changed, 0 insertions, 11 deletions
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 deleted file mode 100644 index 86dfe52dad05..000000000000 --- a/graphics/py-opengl/files/patch-src::Togl-1.5::togl.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |