diff options
author | Clive Lin <clive@FreeBSD.org> | 2002-03-06 03:31:40 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2002-03-06 03:31:40 +0000 |
commit | 55205ab993228d99f5728c7b5137e71815a3641f (patch) | |
tree | aa695e17fd56fa582d31e8db0e632538711f044d /chinese | |
parent | ff17900312d5ff99e9811d36684ac0bd5ab4369f (diff) | |
download | ports-55205ab993228d99f5728c7b5137e71815a3641f.tar.gz ports-55205ab993228d99f5728c7b5137e71815a3641f.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/zhcon/files/patch-configure | 21 | ||||
-rw-r--r-- | chinese/zhcon/files/patch-po::Makefile.in.in | 16 |
2 files changed, 37 insertions, 0 deletions
diff --git a/chinese/zhcon/files/patch-configure b/chinese/zhcon/files/patch-configure new file mode 100644 index 000000000000..c565a00c7be5 --- /dev/null +++ b/chinese/zhcon/files/patch-configure @@ -0,0 +1,21 @@ +--- 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 " + fi +-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" + + + +@@ -2780,6 +2781,7 @@ + + if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then + INTLLIBS="-lintl $LIBICONV" ++ LIBS="-lintl $LIBS" + fi + + gt_save_LIBS="$LIBS" diff --git a/chinese/zhcon/files/patch-po::Makefile.in.in b/chinese/zhcon/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..5dd98756b7a1 --- /dev/null +++ b/chinese/zhcon/files/patch-po::Makefile.in.in @@ -0,0 +1,16 @@ +--- po/Makefile.in.in.orig Mon Dec 17 21:02:37 2001 ++++ po/Makefile.in.in Sun Feb 24 14:25:34 2002 +@@ -20,12 +20,9 @@ + top_srcdir = @top_srcdir@ + VPATH = @srcdir@ + +-prefix = #@prefix@ ++prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = @datadir@ +- +-#force using /usr/share/locale as destdir of *.po files +-datadir = /usr/share + localedir = $(datadir)/locale + gettextsrcdir = $(datadir)/gettext/po + |