head	1.3;
access;
symbols
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.3
date	2003.05.02.04.11.38;	author leeym;	state dead;
branches;
next	1.2;

1.2
date	2002.11.28.02.25.03;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	2002.03.06.03.31.40;	author clive;	state Exp;
branches;
next	;


desc
@@


1.3
log
@update to zhcon-0.2.3

PR:		51625
Submitted by:	Statue <statue@@freebsd.sinica.edu.tw>
@
text
@--- configure.orig	Mon Jun 10 10:29:34 2002
+++ configure	Wed Nov 27 20:03:03 2002
@@@@ -1671,7 +1671,7 @@@@
 fi
 
 
-ZHCON_LOCALE_DIR="/usr/share/locale"
+ZHCON_LOCALE_DIR="/usr/local/share/locale"
 
 if test "$ZHCON_ARCH" = "freebsd";then
     echo $ac_n "checking for main in -lintl""... $ac_c" 1>&6
@


1.2
log
@1: Upgrade to 0.2.1.
2: Fix build on -current.
3: Fix hangs on -current.

PR:		ports/45797
Submitted by:	maintainer
Approved by:	kris
@
text
@@


1.1
log
@Missed files in previous commit.
@
text
@d1 3
a3 5
--- configure.orig	Fri Feb 15 21:01:04 2002
+++ configure	Sun Feb 24 14:25:34 2002
@@@@ -818,8 +818,9 @@@@
         CFLAGS=" -O2 -DNDEBUG -funsigned-char -Wall "
         CXXFLAGS=" -O2 -DNDEBUG -funsigned-char -Wall "
a4 4
-LIBS=" -L/usr/lib/unicon"
+LIBS=" -L/usr/lib/unicon -L$ac_default_prefix/lib"
 LDFLAGS=" -Wl,-rpath=/usr/lib/unicon"
+CPPFLAGS="$CPPFLAGS -I$ac_default_prefix/include"
d7 2
d10 2
a11 8
@@@@ -2780,6 +2781,7 @@@@
 
 	     if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
 	       	       	       	       INTLLIBS="-lintl $LIBICONV"
+	       	       	       	       LIBS="-lintl $LIBS"
 	     fi
 
 	     gt_save_LIBS="$LIBS"
@

