blob: 5c95718e3a3180ba109dcaa0e059f2c1f09a5975 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1.1.1 1999/02/28 15:17:54 hwr Exp $
--- pdf.h.orig Wed Jul 8 15:32:59 1998
+++ pdf.h Sun Feb 28 15:29:53 1999
@@ -20,7 +20,7 @@
/* default path to font and AFM directory */
#ifndef PDF_DEFAULT_FONT_PATH
-#define PDF_DEFAULT_FONT_PATH "./fonts"
+#define PDF_DEFAULT_FONT_PATH "/usr/pkg/pdf-afm"
#endif
/* Data types and defines */
|