diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-05-13 05:57:03 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-05-13 05:57:03 +0000 |
commit | 802820e47057488d5c768f16a6460f17fb5c2e91 (patch) | |
tree | f9dc281f1d6beea51de6c515a00d41f07b40b16f /graphics/py-opengl | |
parent | 4d709d60f6f197a99a310ed931ae580fb12022d0 (diff) | |
download | FreeBSD-ports-802820e47057488d5c768f16a6460f17fb5c2e91.zip FreeBSD-ports-802820e47057488d5c768f16a6460f17fb5c2e91.tar.gz |
forgot to remove this one
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 86dfe52..0000000 --- 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 |