blob: e9e027128774ea71b5954a519a584a5bd17f8908 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
|