Skip to content

Commit

Permalink
Fix a linkage of a program which is run during build.
Browse files Browse the repository at this point in the history
  • Loading branch information
uebayasi committed Sep 18, 2004
1 parent fb62413 commit 47edba3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inputmethod/kinput2/distinfo
Original file line number Diff line number Diff line change
@@ -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
13 changes: 13 additions & 0 deletions inputmethod/kinput2/patches/patch-ab
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 47edba3

Please sign in to comment.