summaryrefslogtreecommitdiff
path: root/x11/imake/patches/patch-ag
blob: 5e9bcf9ff257d1453df535acf9b825022694edf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
$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