diff options
author | steve <steve@FreeBSD.org> | 1999-12-10 19:31:50 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-10 19:31:50 +0000 |
commit | 7432a53b54d38ddca32c3f825f11f1325276bfb0 (patch) | |
tree | 8d12729da7c6795142ac1b7e535156c0a5fa257b /math/xgraph/files/patch-ac | |
parent | 57fc7fdd31557a90ae4572032f55d545ec7baa1c (diff) | |
download | FreeBSD-ports-7432a53b54d38ddca32c3f825f11f1325276bfb0.zip FreeBSD-ports-7432a53b54d38ddca32c3f825f11f1325276bfb0.tar.gz |
Fixup MASTER_SITES, one diff per patch, and install example data.
PR: 15381
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'math/xgraph/files/patch-ac')
-rw-r--r-- | math/xgraph/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/xgraph/files/patch-ac b/math/xgraph/files/patch-ac new file mode 100644 index 0000000..41fe9c2 --- /dev/null +++ b/math/xgraph/files/patch-ac @@ -0,0 +1,11 @@ +--- xtb.c.orig Thu Jul 17 04:26:41 1997 ++++ xtb.c Fri Dec 10 03:06:26 1999 +@@ -196,7 +196,7 @@ + { + xtb_data data; + +- if (!XFindContext(t_disp, win, h_context, &data)) { ++ if (!XFindContext(t_disp, win, h_context, (XPointer*)&data)) { + return ((struct h_info *) data)->info; + } else { + return (xtb_data) 0; |