diff options
author | stas <stas@FreeBSD.org> | 2009-04-07 03:44:35 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-04-07 03:44:35 +0800 |
commit | 790a7768af8aeb1e4785eb4f2c25266adca9434a (patch) | |
tree | a0ae2748083cf8cbf1f7db40de7deab00b6919f3 | |
parent | 5e7cfd7943fb4a4afc024f23f31c23431ead5ee3 (diff) | |
download | freebsd-ports-gnome-790a7768af8aeb1e4785eb4f2c25266adca9434a.tar.gz freebsd-ports-gnome-790a7768af8aeb1e4785eb4f2c25266adca9434a.tar.zst freebsd-ports-gnome-790a7768af8aeb1e4785eb4f2c25266adca9434a.zip |
- Add forgotten patch file.
-rw-r--r-- | graphics/ocaml-lablgl/files/patch-Togl_src_Togl_togl.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/ocaml-lablgl/files/patch-Togl_src_Togl_togl.c b/graphics/ocaml-lablgl/files/patch-Togl_src_Togl_togl.c new file mode 100644 index 000000000000..d202fd8d88ff --- /dev/null +++ b/graphics/ocaml-lablgl/files/patch-Togl_src_Togl_togl.c @@ -0,0 +1,11 @@ +--- Togl/src/Togl/togl.c.orig 2006-03-22 18:39:27.000000000 -0600 ++++ Togl/src/Togl/togl.c 2009-03-27 00:09:05.889967432 -0500 +@@ -151,7 +151,7 @@ + # include "tkInt8.2.h" + #elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==3 + # include "tkInt8.3.h" +-#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 ++#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION>=4 + # include "tkInt8.4.h" + #else + Sorry, you will have to edit togl.c to include the right tkInt.h file |