307a0935cc
The imake package provides various utilities, such as imake, lndir, mkdirhier, xmkmf, and others. These utilities are from XFree86, although an X server and X libraries are not needed.
42 lines
1.2 KiB
Text
42 lines
1.2 KiB
Text
$NetBSD: patch-ag,v 1.1.1.1 2004/01/24 08:43:29 xtraeme Exp $
|
|
|
|
--- config/cf/X11.tmpl.orig 2003-07-25 21:13:11.000000000 +0200
|
|
+++ config/cf/X11.tmpl 2003-07-25 21:14:34.000000000 +0200
|
|
@@ -167,7 +167,7 @@
|
|
#define MaxUCSChar 0x3200
|
|
#endif
|
|
#ifndef DerivedUCSFonts
|
|
-#define DerivedUCSFonts HasPerl5
|
|
+#define DerivedUCSFonts YES
|
|
#endif
|
|
/* These primarily control generation of derived 8-bit fonts. */
|
|
#ifndef BuildUCSFonts
|
|
@@ -1591,7 +1591,7 @@
|
|
# else
|
|
MKHTMLINDEX = $(SHELL) $(CONFIGSRC)/util/mkhtmlindex.sh
|
|
# endif
|
|
- UCS2ANY = $(FONTSRC)/util/ucs2any.pl
|
|
+ UCS2ANY = $(FONTSRC)/util/ucs2any
|
|
BDFTRUNCATE = $(FONTSRC)/util/bdftruncate.pl
|
|
UCSMAPPREFIX = $(FONTSRC)/util/map-
|
|
#endif
|
|
@@ -3797,18 +3797,16 @@
|
|
|
|
|
|
#ifndef MakeBdfFontFromUCSMaster
|
|
-#if HasPerl5
|
|
#define MakeBdfFontFromUCSMaster(font,enc) @@\
|
|
includes:: font-enc.bdf @@\
|
|
@@\
|
|
font-enc.bdf: font.bdf $(UCS2ANY) @@\
|
|
RemoveFile($@) @@\
|
|
- RunPerlScript($(UCS2ANY),font.bdf $(UCSMAPPREFIX)enc enc) @@\
|
|
+ $(UCS2ANY) font.bdf $(UCSMAPPREFIX)enc enc @@\
|
|
@@\
|
|
clean:: @@\
|
|
RemoveFile(font-enc.bdf)
|
|
#endif
|
|
-#endif
|
|
|
|
#ifndef MakeTruncatedUCSBdfFont
|
|
#if HasPerl5
|