summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2000-05-22 02:09:38 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2000-05-22 02:09:38 +0000
commit28f87eadf50031814615a6b0693092eaa5b853e2 (patch)
treebfddc94d624429f27689d638af99ebb2e55bef24 /textproc
parentUpdate to 1.3A. (diff)
Add patch for disable locale support.
Pointed out by: Hiroki Sato <hrs@geocities.co.jp> Forgotten to "cvs add" by: kuriyama
Notes
Notes: svn path=/head/; revision=28655
Diffstat (limited to 'textproc')
-rw-r--r--textproc/openjade/files/patch-ab27
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/openjade/files/patch-ab b/textproc/openjade/files/patch-ab
new file mode 100644
index 000000000000..f5f805a14b13
--- /dev/null
+++ b/textproc/openjade/files/patch-ab
@@ -0,0 +1,27 @@
+--- configure.orig Wed Sep 1 16:25:58 1999
++++ configure Tue May 16 15:39:23 2000
+@@ -1943,15 +1943,15 @@
+ rm -f conftest*
+ fi
+
+-if eval "test \"`echo '$ac_cv_func_'setlocale`\" = yes"; then
+- echo "$ac_t""yes" 1>&6
+- cat >> confdefs.h <<\EOF
+-#define SP_HAVE_LOCALE 1
+-EOF
+-
+-else
+- echo "$ac_t""no" 1>&6
+-fi
++# if eval "test \"`echo '$ac_cv_func_'setlocale`\" = yes"; then
++# echo "$ac_t""yes" 1>&6
++# cat >> confdefs.h <<\EOF
++# #define SP_HAVE_LOCALE 1
++# EOF
++#
++# else
++# echo "$ac_t""no" 1>&6
++# fi
+
+ echo $ac_n "checking for gettext""... $ac_c" 1>&6
+ echo "configure:1958: checking for gettext" >&5