diff options
author | cjh <cjh@FreeBSD.org> | 2001-11-27 11:08:08 +0000 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2001-11-27 11:08:08 +0000 |
commit | 5c6db6305d3223157986c20255012834911193a6 (patch) | |
tree | 9f30ffa7f20eb1aeea10299f6f7fcf53b59c90a0 /print/cjk-lyx/files | |
parent | 9b3230bd87b1c588f0893a8f9a0828e26e6006eb (diff) | |
download | FreeBSD-ports-5c6db6305d3223157986c20255012834911193a6.zip FreeBSD-ports-5c6db6305d3223157986c20255012834911193a6.tar.gz |
Update CJK patchset of 1.1.6fix3.
I think it is broken in -current under CJK locale
because of xforms+locale.
Submitted by: statue@cnpa.adsldns.org
Diffstat (limited to 'print/cjk-lyx/files')
-rw-r--r-- | print/cjk-lyx/files/patch-aa | 11 | ||||
-rw-r--r-- | print/cjk-lyx/files/patch-ba | 8 |
2 files changed, 15 insertions, 4 deletions
diff --git a/print/cjk-lyx/files/patch-aa b/print/cjk-lyx/files/patch-aa new file mode 100644 index 0000000..3b1ae52 --- /dev/null +++ b/print/cjk-lyx/files/patch-aa @@ -0,0 +1,11 @@ +--- configure.orig Sun Nov 25 01:30:49 2001 ++++ configure Sun Nov 25 01:31:07 2001 +@@ -11603,7 +11603,7 @@ + + trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 + +-DEFS=-DHAVE_CONFIG_H ++DEFS="-DHAVE_CONFIG_H -DI18N" + + # Without the "./", some shells look in PATH for config.status. + : ${CONFIG_STATUS=./config.status} diff --git a/print/cjk-lyx/files/patch-ba b/print/cjk-lyx/files/patch-ba index db4efd8..3c9654b 100644 --- a/print/cjk-lyx/files/patch-ba +++ b/print/cjk-lyx/files/patch-ba @@ -1,9 +1,9 @@ ---- lib/reLyX/configure.orig Wed Jul 19 07:02:12 2000 -+++ lib/reLyX/configure Mon Sep 11 16:29:47 2000 -@@ -567,7 +567,7 @@ +--- lib/reLyX/configure.orig Tue Jul 24 21:45:16 2001 ++++ lib/reLyX/configure Sun Nov 25 01:35:56 2001 +@@ -568,7 +568,7 @@ # ./install, which can be erroneously created by make from ./install.sh. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 - echo "configure:570: checking for a BSD compatible install" >&5 + echo "configure:571: checking for a BSD compatible install" >&5 -if test -z "$INSTALL"; then +if test -z "$NO__INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then |