diff options
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} + + # |