1fed83442a
The itools-R6.3 distribution contains imake, X11 configuration files, makedepend, xmkmf, mkdirhier, imboot, msub, and imdent. http://www.kitebird.com/imake-book/ nbitools-R6.3 is rearchived with NetBSD-current/xsrc. Approved by agc, for inputmethod/{canna-*,sj3-*}
22 lines
578 B
Text
22 lines
578 B
Text
$NetBSD: patch-ae,v 1.1.1.1 2002/06/03 09:53:47 sakamoto Exp $
|
|
|
|
--- config/cf/X11.tmpl.orig Thu Jan 21 21:50:39 1999
|
|
+++ config/cf/X11.tmpl
|
|
@@ -628,7 +628,7 @@
|
|
#endif
|
|
#ifndef BinDir
|
|
#ifdef ProjectRoot
|
|
-#define BinDir Concat(ProjectRoot,/bin)
|
|
+#define BinDir Concat(ProjectRoot,/libexec/itools)
|
|
#else
|
|
#define BinDir /usr/bin/X11
|
|
#endif
|
|
@@ -678,7 +678,7 @@
|
|
#define BuildLibTop ../.. /* relative to BuildLibDir */
|
|
#endif
|
|
#ifndef LibDir
|
|
-#define LibDir $(USRLIBDIR)/X11
|
|
+#define LibDir $(USRLIBDIR)/itools/X11
|
|
#endif
|
|
#ifndef ConfigDir
|
|
#define ConfigDir $(LIBDIR)/config
|