summaryrefslogtreecommitdiff
path: root/chinese/gcin/files/patch-phoa2d.c
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-08-19 18:00:00 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-08-19 18:00:00 +0000
commitbd6a25cc84410df66a38ffc555a37890fc1627c8 (patch)
tree66fc11ebf5cb44ae1d70acfc2a51d47ac6f16851 /chinese/gcin/files/patch-phoa2d.c
parentUpdate to 1.0.20040808 and fix dependencies. (diff)
Upgrade to 0.2.1.
PR: ports/70575 Submitted by: statue <statue@freebsd.netlab.cse.yzu.edu.tw>
Notes
Notes: svn path=/head/; revision=116715
Diffstat (limited to '')
-rw-r--r--chinese/gcin/files/patch-phoa2d.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/chinese/gcin/files/patch-phoa2d.c b/chinese/gcin/files/patch-phoa2d.c
deleted file mode 100644
index fd443312ffd7..000000000000
--- a/chinese/gcin/files/patch-phoa2d.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- phoa2d.c.orig Thu Jul 29 03:15:13 2004
-+++ phoa2d.c Thu Jul 29 03:15:20 2004
-@@ -77,8 +77,6 @@
- FILE *fp;
- char s[64];
-
-- gtk_init(&argc, &argv);
--
- if ((fp=fopen(fname,"r"))==NULL)
- p_err("cannot open %s\n", fname);
-
-@@ -159,6 +157,5 @@
-
- fclose(fp);
-
-- send_gcin_message(GDK_DISPLAY(), "reload");
- return 0;
- }