summaryrefslogtreecommitdiff
path: root/print/pdflib/patches/patch-ab
blob: ecf92eddade6fca8a32214367525d90049f0ffe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.2 1999/03/01 20:33:01 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	"@PREFIX@/share/afm"
 #endif
 
 /* Data types and defines */