summaryrefslogtreecommitdiff
path: root/print/pdflib/patches
diff options
context:
space:
mode:
authorhwr <hwr>1999-03-01 20:33:01 +0000
committerhwr <hwr>1999-03-01 20:33:01 +0000
commitdd352173f1c2f3b5b11e991d6c6c0603458fae0b (patch)
tree14d27575ccf31e39a96aefff72d53710eecfd5c2 /print/pdflib/patches
parentc7f6c97a1269777cd1e37f47aa954afbcdbb9aee (diff)
downloadpkgsrc-dd352173f1c2f3b5b11e991d6c6c0603458fae0b.tar.gz
This should be better now. Thanks Hubert and Milano.
Diffstat (limited to 'print/pdflib/patches')
-rw-r--r--print/pdflib/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/pdflib/patches/patch-ab b/print/pdflib/patches/patch-ab
index 5c95718e3a3..ecf92eddade 100644
--- a/print/pdflib/patches/patch-ab
+++ b/print/pdflib/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1.1.1 1999/02/28 15:17:54 hwr Exp $
+$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
@@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.1.1.1 1999/02/28 15:17:54 hwr Exp $
/* 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"
++#define PDF_DEFAULT_FONT_PATH "@PREFIX@/share/afm"
#endif
/* Data types and defines */