diff options
author | rxg <rxg@pkgsrc.org> | 2005-06-26 16:45:57 +0000 |
---|---|---|
committer | rxg <rxg@pkgsrc.org> | 2005-06-26 16:45:57 +0000 |
commit | 25973ff9900472f289b509e8c462bd3ab53db750 (patch) | |
tree | 509e13858accd5d365233178e98b9501d4bf5241 /inputmethod/xcin/patches | |
parent | b9d346ae85770f6b2ddc56a562ca0e90b24f0593 (diff) | |
download | pkgsrc-25973ff9900472f289b509e8c462bd3ab53db750.tar.gz |
Closed pkg/27289 Fix core dump in inputmethod/xcin package.
Referenced the patches from Kevin Lo <kevlo at kevlo dot org>.
Diffstat (limited to 'inputmethod/xcin/patches')
-rw-r--r-- | inputmethod/xcin/patches/patch-ac | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/inputmethod/xcin/patches/patch-ac b/inputmethod/xcin/patches/patch-ac index 238718aba85..0bc6411d8c1 100644 --- a/inputmethod/xcin/patches/patch-ac +++ b/inputmethod/xcin/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.1.1.1 2002/06/04 08:47:00 uebayasi Exp $ +$NetBSD: patch-ac,v 1.2 2005/06/26 16:45:57 rxg Exp $ --- configure.orig Tue Nov 27 22:21:17 2001 +++ configure @@ -11,6 +11,15 @@ $NetBSD: patch-ac,v 1.1.1.1 2002/06/04 08:47:00 uebayasi Exp $ echo $ac_n "checking for gettext in -lintl""... $ac_c" 1>&6 echo "configure:7672: checking for gettext in -lintl" >&5 ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'` +@@ -8619,7 +8619,7 @@ + $ac_vpsub + $extrasub + s%@SHELL@%$SHELL%g +-s%@CFLAGS@%$CFLAGS%g ++s%@CFLAGS@%$CFLAGS $PTHREAD_CFLAGS%g + s%@CPPFLAGS@%$CPPFLAGS%g + s%@CXXFLAGS@%$CXXFLAGS%g + s%@FFLAGS@%$FFLAGS%g @@ -8759,7 +8759,7 @@ cin/gb/Makefile \ etc/Makefile \ |