diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-01 01:07:47 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-01 01:07:47 +0000 |
commit | ce6aa96c75ff3b30940ceca6b56df4df9c25a4f0 (patch) | |
tree | a1f6da82abc823e0e143e96f4cea279cd1982fb3 /japanese/Wnn7-lib/files/patch-ac | |
parent | Use the recently-released source of the Wnn6 client library, so we aren't (diff) |
Oops, forgot to commit these. BROKEN_ELF fix.
PR: 8770
Diffstat (limited to '')
-rw-r--r-- | japanese/Wnn7-lib/files/patch-ac | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/japanese/Wnn7-lib/files/patch-ac b/japanese/Wnn7-lib/files/patch-ac new file mode 100644 index 000000000000..2c332a42b7ea --- /dev/null +++ b/japanese/Wnn7-lib/files/patch-ac @@ -0,0 +1,24 @@ +diff -ur src.orig/contrib/im/Xsi/config/X11.tmpl src/contrib/im/Xsi/config/X11.tmpl +--- src.orig/contrib/im/Xsi/config/X11.tmpl Wed Oct 28 13:36:37 1998 ++++ config/X11.tmpl Fri Oct 30 03:25:47 1998 +@@ -417,7 +417,8 @@ + + #define WnnSpecialObjectRule(obj, depends, direct, define) @@\ + obj : depends @@\ +- $(CC) -c $(CFLAGS) define direct/`basename $@ .o`.c @@\ ++ (cd unshared ; $(CC) -c $(CFLAGS) define direct/`basename $@ .o`.c) @@\ ++ $(CC) -c $(CFLAGS) define $(SHLIBDEF) $(SHAREDCODEDEF) $(PICFLAGS) direct/`basename $@ .o`.c @@\ + + #ifdef MakeDir + #undef MakeDir +@@ -520,7 +521,9 @@ + #endif + + #ifndef WnnLibDir +-#define WnnLibDir $(USRLIBDIR) ++#undef UsrLibDirPath ++#define UsrLibDirPath /usr/local/lib ++#define WnnLibDir /usr/local/lib + #endif + + WNNOWNER = WnnOwner |