pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/libchewing Fix the build error:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bcb47678026
branches:  trunk
changeset: 508824:9bcb47678026
user:      rxg <rxg%pkgsrc.org@localhost>
date:      Sun Feb 26 12:04:57 2006 +0000

description:
Fix the build error:
gcc: @LIBTOOL_EXPORT_OPTIONS@: No such file or directory

diffstat:

 inputmethod/libchewing/distinfo         |   3 ++-
 inputmethod/libchewing/patches/patch-ab |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 4f48bca0d595 -r 9bcb47678026 inputmethod/libchewing/distinfo
--- a/inputmethod/libchewing/distinfo   Sun Feb 26 12:01:05 2006 +0000
+++ b/inputmethod/libchewing/distinfo   Sun Feb 26 12:04:57 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2006/01/30 20:32:21 rillig Exp $
+$NetBSD: distinfo,v 1.3 2006/02/26 12:04:57 rxg Exp $
 
 SHA1 (libchewing-0.2.7.tar.gz) = 7adcf9d24d3a16af9e580cc41dcd217adef56c8a
 RMD160 (libchewing-0.2.7.tar.gz) = e1b82f093de6d00ff78c8d940489498611ac6ba3
 Size (libchewing-0.2.7.tar.gz) = 1758321 bytes
 SHA1 (patch-aa) = 415ea4754c7a30437aaf62c0b9bc49dab3484421
+SHA1 (patch-ab) = ac219afb516248db5d058d5225694e5d127236ec
diff -r 4f48bca0d595 -r 9bcb47678026 inputmethod/libchewing/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/libchewing/patches/patch-ab   Sun Feb 26 12:04:57 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2006/02/26 12:04:57 rxg Exp $
+
+--- configure.orig     2006-02-26 20:00:43.000000000 +0800
++++ configure
+@@ -24562,6 +24562,7 @@ s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t 
+ s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
+ s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
+ s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
++s,@LIBTOOL_EXPORT_OPTIONS@,$LIBTOOL_EXPORT_OPTIONS,;t t
+ s,@exec_prefix@,$exec_prefix,;t t
+ s,@prefix@,$prefix,;t t
+ s,@program_transform_name@,$program_transform_name,;t t



Home | Main Index | Thread Index | Old Index