diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-04-06 09:03:50 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-04-06 09:03:50 +0000 |
commit | 41d31ec934887655cebc9d18a29878bc1cb6e6b1 (patch) | |
tree | 3522dd6d28cc293a5aa58a30e51b2e7d3d39962a /graphics/togl/files/patch-ab | |
parent | Bugfixes for new devices. (diff) |
upgrade to 1.6
Notes
Notes:
svn path=/head/; revision=106307
Diffstat (limited to 'graphics/togl/files/patch-ab')
-rw-r--r-- | graphics/togl/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/togl/files/patch-ab b/graphics/togl/files/patch-ab deleted file mode 100644 index 2f47b40f9ffa..000000000000 --- a/graphics/togl/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- ORIG/togl.c Fri Aug 21 23:06:00 1998 -+++ togl.c Wed Aug 18 18:41:24 1999 -@@ -118,7 +118,7 @@ - #elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==0 && TK_RELEASE_SERIAL==2 - # include "tkInt8.0p2.h" - #else -- Sorry, you will have to edit togl.c to include the right tkInt.h file -+# include "tkInt.h" - #endif - #elif defined(WIN32) - #if TK_MAJOR_VERSION<8 |