diff options
author | abs <abs@pkgsrc.org> | 2000-08-29 17:08:37 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2000-08-29 17:08:37 +0000 |
commit | bd160f1b2c214da3ee739599619c40ed1e0a8e20 (patch) | |
tree | d72ad9368fe9372bc18b83461cabddd406c4f26e /comms/hylafax/patches/patch-af | |
parent | 8f5bdddc6c287fcf2ea8492dca041149ae4b0811 (diff) | |
download | pkgsrc-bd160f1b2c214da3ee739599619c40ed1e0a8e20.tar.gz |
Patch faxd/tif_fax3.h to avoid potential infinite loop in EXPAND1D and EXPAND2D
This package still has bizarre issues with trying to symlink everything across
from /var/spool/fax into /usr/pkg/..., which breaks probably due to judicious
use of chroot(). That _really_ needs to be fixed
Diffstat (limited to 'comms/hylafax/patches/patch-af')
-rw-r--r-- | comms/hylafax/patches/patch-af | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/comms/hylafax/patches/patch-af b/comms/hylafax/patches/patch-af index 755c8419535..e18785bac8c 100644 --- a/comms/hylafax/patches/patch-af +++ b/comms/hylafax/patches/patch-af @@ -1,12 +1,21 @@ -$NetBSD: patch-af,v 1.1.1.1 1999/08/11 06:04:29 rh Exp $ +$NetBSD: patch-af,v 1.2 2000/08/29 17:08:38 abs Exp $ ---- util/TypeRules.h.orig Sun Jun 13 09:41:26 1999 -+++ util/TypeRules.h Mon Aug 9 21:59:31 1999 -@@ -130,6 +130,7 @@ - bool cont; // continuation - enum { - ASCII, // ascii-only string -+ ASCIIESC, // ascii-only string + escape char (iso-2022 variants) - STRING, // byte string - ADDR, // address of match - BYTE, // 8 bits +--- defs.in.orig Mon Jan 4 09:17:09 1999 ++++ defs.in +@@ -44,6 +44,7 @@ + # to insufficient; you are better off rerunning the + # configure script so that all uses are set correctly. + # ++PREFIX = @PREFIX@ + SPOOL = @SPOOL@ + SBIN = @SBIN@ + BIN = @BIN@ +@@ -255,7 +256,7 @@ + LDOPTS = ${VLDOPTS} ${LLDOPTS} ${GLDOPTS} + LDLIBS = ${VLDLIBS} ${LLDLIBS} ${GLDLIBS} + +-GLDOPTS = -L/usr/local/lib ++GLDOPTS = -L${PREFIX}/lib + GLDLIBS = ${SHDLIBC} + + # |