summaryrefslogtreecommitdiff
path: root/japanese/sj3/files/patch-sj3.tmpl
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-09 07:08:07 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-09 07:08:07 +0000
commitc074b45c97df67bf5dc39d4cd96dd957c9d83335 (patch)
tree0fbf39dc71c317c13d8fff38dab9fddf4ac60973 /japanese/sj3/files/patch-sj3.tmpl
parentjapanese/ng: use termios instead of sgtty (diff)
[patch] japanese/sj3 is broken
There are several problems with japanese/sj3 port. 1. Original MASTER_SITES don't seem to work any longer. 2. With the current patchset it builds okay, but it is said that it does not work correctly. 3. It does not build under 7-CURRENT (i.e. with gcc4.2). PR: ports/113572 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=199168
Diffstat (limited to 'japanese/sj3/files/patch-sj3.tmpl')
-rw-r--r--japanese/sj3/files/patch-sj3.tmpl21
1 files changed, 21 insertions, 0 deletions
diff --git a/japanese/sj3/files/patch-sj3.tmpl b/japanese/sj3/files/patch-sj3.tmpl
new file mode 100644
index 000000000000..e9e027128774
--- /dev/null
+++ b/japanese/sj3/files/patch-sj3.tmpl
@@ -0,0 +1,21 @@
+--- ./sj3.tmpl.orig Sat Jun 9 23:22:10 2007
++++ ./sj3.tmpl Sat Jun 9 23:22:45 2007
+@@ -56,18 +56,6 @@
+
+ #define Sj3LibRev 1.21
+
+-/*
+- * Change for FreeBSD.
+- * Because When the LANG variable is EUC, setlocale function in library libc
+- * return NULL, use it in library libxpg4
+- * Patched by Hidekazu Kuroki(hidekazu@cs.titech.ac.jp) 1996/8/10
+- */
+-#if defined(FreeBSDArchitecture)
+-
+-CODE_LIBS = -lxpg4
+-
+-#endif
+-
+ #if SystemV4 || SystemV
+ USETLI = -DTLI
+ #else