diff options
author | rxg <rxg> | 2006-02-26 12:04:57 +0000 |
---|---|---|
committer | rxg <rxg> | 2006-02-26 12:04:57 +0000 |
commit | 97ad17671f35af54e862f579338e558e0e44a558 (patch) | |
tree | 03ac63b9a6d7c67800a8df06ebde55344b3b7d59 /inputmethod | |
parent | eacd68817a4e55bd510ab36682a9af498feac4db (diff) | |
download | pkgsrc-97ad17671f35af54e862f579338e558e0e44a558.tar.gz |
Fix the build error:
gcc: @LIBTOOL_EXPORT_OPTIONS@: No such file or directory
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/libchewing/distinfo | 3 | ||||
-rw-r--r-- | inputmethod/libchewing/patches/patch-ab | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/inputmethod/libchewing/distinfo b/inputmethod/libchewing/distinfo index ca7160c6ad8..9e0e34fdb72 100644 --- a/inputmethod/libchewing/distinfo +++ b/inputmethod/libchewing/distinfo @@ -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 --git a/inputmethod/libchewing/patches/patch-ab b/inputmethod/libchewing/patches/patch-ab new file mode 100644 index 00000000000..d8311f3de82 --- /dev/null +++ b/inputmethod/libchewing/patches/patch-ab @@ -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 |