diff options
Diffstat (limited to 'comms/hylafax/patches/patch-aa')
-rw-r--r-- | comms/hylafax/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/hylafax/patches/patch-aa b/comms/hylafax/patches/patch-aa index 5a07512d8e7..32ca01e8c0a 100644 --- a/comms/hylafax/patches/patch-aa +++ b/comms/hylafax/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 1999/10/09 13:42:01 rh Exp $ +$NetBSD: patch-aa,v 1.3 2000/04/10 00:03:03 jlam Exp $ --- configure.orig Mon Jul 26 16:57:29 1999 +++ configure Sat Oct 9 15:22:19 1999 @@ -124,7 +124,7 @@ $NetBSD: patch-aa,v 1.2 1999/10/09 13:42:01 rh Exp $ { if [ -z "$PATH_GSRIP" ]; then GSLOCS=" -+ ${PREFIX}/bin/gs ++ ${PREFIX}/bin/gstty /usr/local/bin/gs /usr/contrib/bin/gs /usr/gnu/bin/gs @@ -133,7 +133,7 @@ $NetBSD: patch-aa,v 1.2 1999/10/09 13:42:01 rh Exp $ EOF - PATH_PSRIP=/usr/local/bin/gs -+ PATH_PSRIP=${PREFIX}/bin/gs ++ PATH_PSRIP=${PREFIX}/bin/gstty PATH_GSRIP=$PATH_PSRIP fi } |