pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/kinput2 Fix a linkage of a program which i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d658ab1824f
branches:  trunk
changeset: 480645:4d658ab1824f
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Sat Sep 18 07:59:57 2004 +0000

description:
Fix a linkage of a program which is run during build.

diffstat:

 inputmethod/kinput2/distinfo         |   3 ++-
 inputmethod/kinput2/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 277de8ca12e5 -r 4d658ab1824f inputmethod/kinput2/distinfo
--- a/inputmethod/kinput2/distinfo      Sat Sep 18 07:55:31 2004 +0000
+++ b/inputmethod/kinput2/distinfo      Sat Sep 18 07:59:57 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/05/31 13:01:25 seb Exp $
+$NetBSD: distinfo,v 1.2 2004/09/18 07:59:57 uebayasi Exp $
 
 SHA1 (kinput2-v3.tar.gz) = a9e2be1fe4da4c5f4921a1d753f58d20f1ef3693
 Size (kinput2-v3.tar.gz) = 462281 bytes
 SHA1 (patch-aa) = c41b2baa5de117c031c266afbff0e947340ab708
+SHA1 (patch-ab) = b2372ee1f50cc828eae4e8c6ca6d7bc6de11964b
diff -r 277de8ca12e5 -r 4d658ab1824f inputmethod/kinput2/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/kinput2/patches/patch-ab      Sat Sep 18 07:59:57 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2004/09/18 07:59:57 uebayasi Exp $
+
+--- sj3def/Imakefile.orig      1999-05-27 08:55:31.000000000 +0900
++++ sj3def/Imakefile
+@@ -24,7 +24,7 @@ SjdefTarget(sjrc)
+ SjdefTarget(sjrk)
+ SjdefTarget(sjsb)
+ SjdefTarget(sjzh)
+-SingleProgramTarget(jcode,$(OBJS),$(XLIB),)
++SingleProgramTarget(jcode,$(OBJS),$(SJ3LIB),)
+ MakeDirectories(install,$(SJ3DEF_DIR))
+ InstallMultipleFlags($(SJ3DEF_FILES),$(SJ3DEF_DIR),$(INSTDATFLAGS))
+ 



Home | Main Index | Thread Index | Old Index