summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chinese/zhcon/files/patch-configure21
-rw-r--r--chinese/zhcon/files/patch-po::Makefile.in.in16
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
+