diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-09-18 07:59:57 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-09-18 07:59:57 +0000 |
commit | 3a17bf19c8ae51f47376fae7c602df4497e0208a (patch) | |
tree | ddb0b468c8165595e5067c76b3e76a79da1a71c8 /inputmethod | |
parent | 055020687140cc13d10122adfaee8f9a38b59c48 (diff) | |
download | pkgsrc-3a17bf19c8ae51f47376fae7c602df4497e0208a.tar.gz |
Fix a linkage of a program which is run during build.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/kinput2/distinfo | 3 | ||||
-rw-r--r-- | inputmethod/kinput2/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/inputmethod/kinput2/distinfo b/inputmethod/kinput2/distinfo index 11e5c5d7623..4432a38806f 100644 --- a/inputmethod/kinput2/distinfo +++ b/inputmethod/kinput2/distinfo @@ -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 --git a/inputmethod/kinput2/patches/patch-ab b/inputmethod/kinput2/patches/patch-ab new file mode 100644 index 00000000000..026ead304f3 --- /dev/null +++ b/inputmethod/kinput2/patches/patch-ab @@ -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)) + |