1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/print/cjk-lyx/files/patch-ba
CHOI Junho 3fb53f98fb 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
2001-11-27 11:08:08 +00:00

12 lines
505 B
Plaintext

--- 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: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
echo $ac_n "(cached) $ac_c" 1>&6
else