1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/textproc/openjade/files/patch-ab
Jun Kuriyama 28f87eadf5 Add patch for disable locale support.
Pointed out by:	Hiroki Sato <hrs@geocities.co.jp>
Forgotten to "cvs add" by:	kuriyama
2000-05-22 02:09:38 +00:00

28 lines
619 B
Plaintext

--- 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