diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-09-12 03:36:31 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-09-12 03:36:31 +0000 |
commit | 2ae10044b85e16e2de3d082b16bb6ffd4159e6b6 (patch) | |
tree | a4b9f978665e67e9d2c5e114a670b12f5a7c3953 /chinese/chinput/files | |
parent | 6f2f7d0dfab442699dadf35d8ba74547b76f1e02 (diff) | |
download | FreeBSD-ports-2ae10044b85e16e2de3d082b16bb6ffd4159e6b6.zip FreeBSD-ports-2ae10044b85e16e2de3d082b16bb6ffd4159e6b6.tar.gz |
input server which support XIM protocol,ported from linux version.
PR: ports/21109
Submitted by: Peng HaiJie <phj@cn.freebsd.org>
Diffstat (limited to 'chinese/chinput/files')
-rw-r--r-- | chinese/chinput/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/chinput/files/patch-ab b/chinese/chinput/files/patch-ab new file mode 100644 index 0000000..c775704 --- /dev/null +++ b/chinese/chinput/files/patch-ab @@ -0,0 +1,11 @@ +--- src/Imakefile.orig Tue Sep 12 11:26:03 2000 ++++ src/Imakefile Tue Sep 12 11:26:11 2000 +@@ -37,7 +37,7 @@ + #CCOPTIONS=-g -Wall -Wcast-qual -Wstrict-prototypes + #CCOPTIONS=-g -Wall -Wstrict-prototypes + #CCOPTIONS=-g -Wall -Wmissing-prototypes +-CCOPTIONS=-g -Wall ++#CCOPTIONS=-g -Wall + + all:: $(PROGRAMS) + |