summaryrefslogtreecommitdiffstats
path: root/chinese/zhcon
diff options
context:
space:
mode:
authorclive <clive@FreeBSD.org>2002-03-06 03:31:40 +0000
committerclive <clive@FreeBSD.org>2002-03-06 03:31:40 +0000
commit42d08da274bfe374e09951f2bdcf239f1fbdcef1 (patch)
tree3f19a822db3de7719914e4abb0edbb486e9dbc76 /chinese/zhcon
parentd800d86a0ff33318dbd5994fd1ed9b445934b85b (diff)
downloadFreeBSD-ports-42d08da274bfe374e09951f2bdcf239f1fbdcef1.zip
FreeBSD-ports-42d08da274bfe374e09951f2bdcf239f1fbdcef1.tar.gz
Missed files in previous commit.
Diffstat (limited to 'chinese/zhcon')
-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 0000000..c565a00
--- /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 0000000..5dd9875
--- /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
+
OpenPOWER on IntegriCloud