summaryrefslogtreecommitdiff
path: root/graphics/gd/patches
diff options
context:
space:
mode:
authorkei <kei@pkgsrc.org>2001-06-14 06:36:50 +0000
committerkei <kei@pkgsrc.org>2001-06-14 06:36:50 +0000
commit707c65edaa7c668fc7f1d458f01bb7273fbf39ab (patch)
treeb95675884a0a2bbe60c8dcabd2c5b009a93a096a /graphics/gd/patches
parente75ef2c87de7b8116c606d4a50396cfdd1b943bc (diff)
downloadpkgsrc-707c65edaa7c668fc7f1d458f01bb7273fbf39ab.tar.gz
added support to fix the path to perl.
It seems that we need more generic way to replace the symbols (e.g. paths) in the various files.
Diffstat (limited to 'graphics/gd/patches')
-rw-r--r--graphics/gd/patches/patch-ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/gd/patches/patch-ac b/graphics/gd/patches/patch-ac
new file mode 100644
index 00000000000..940727f9f26
--- /dev/null
+++ b/graphics/gd/patches/patch-ac
@@ -0,0 +1,10 @@
+$NetBSD: patch-ac,v 1.1 2001/06/14 06:36:50 kei Exp $
+
+--- bdftogd.orig Thu Jun 14 14:46:54 2001
++++ bdftogd Thu Jun 14 14:49:18 2001
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -w
++#!@PREFIX@/bin/perl -w
+
+ #
+ # Simple convertor from bdf to gd font format.