ccf31e5072
This is part of the japanese category retirement. CATEGORIES adjusted.
14 lines
429 B
Text
14 lines
429 B
Text
$NetBSD: patch-ae,v 1.1.1.1 2002/05/31 12:59:58 seb Exp $
|
|
|
|
--- skkserv/Makefile.in.orig Fri Feb 7 11:05:23 1997
|
|
+++ skkserv/Makefile.in Tue Dec 21 07:41:57 1999
|
|
@@ -28,7 +28,8 @@
|
|
SERVERDIR = @libexecdir@
|
|
|
|
DEFS = -I$(srcdir) -I$(top_srcdir) $(CFLAGS) @DEFS@ @PRIVATE@ \
|
|
- -DDEFAULT_JISYO=\"$(JISYODIR)/$(JISYO)\"
|
|
+ -DDEFAULT_JISYO=\"$(JISYODIR)/$(JISYO)\" \
|
|
+ -DSKKSERV_UID=${SKKUID} -DSKKSERV_GID=${SKKGID}
|
|
|
|
all: skkserv
|
|
|