summaryrefslogtreecommitdiff
path: root/devel/pccts/patches
diff options
context:
space:
mode:
authoritohy <itohy@pkgsrc.org>2000-04-04 02:17:10 +0000
committeritohy <itohy@pkgsrc.org>2000-04-04 02:17:10 +0000
commit8c9a2a8a3cd6425a536db588680d0df654e3010d (patch)
tree7f60abd7467feefef1452bcc905231db68c0ed4a /devel/pccts/patches
parent2bf9de6e5adda7079105f1c17a32e31ab082b16e (diff)
downloadpkgsrc-8c9a2a8a3cd6425a536db588680d0df654e3010d.tar.gz
distfile updated on the master site (Version 1.33 Maintenance Release #22)
Diffstat (limited to 'devel/pccts/patches')
-rw-r--r--devel/pccts/patches/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/pccts/patches/patch-ab b/devel/pccts/patches/patch-ab
index 353cbe4922e..583920b449a 100644
--- a/devel/pccts/patches/patch-ab
+++ b/devel/pccts/patches/patch-ab
@@ -1,9 +1,9 @@
-$NetBSD: patch-ab,v 1.1 2000/03/20 16:55:37 agc Exp $
+$NetBSD: patch-ab,v 1.2 2000/04/04 02:17:11 itohy Exp $
Use gcc in place of cc.
--- dlg/makefile 2000/03/20 16:10:48 1.1
-+++ dlg/makefile 2000/03/20 16:10:56
++++ dlg/makefile 2000/04/04 10:38:49
@@ -114,7 +114,7 @@
#
# UNIX
@@ -12,4 +12,4 @@ Use gcc in place of cc.
+CC=gcc
ANTLR=../bin/antlr
DLG=../bin/dlg
- CFLAGS= -O -I. -I$(SET) -I$(PCCTS_H) -DUSER_ZZSYN
+ CFLAGS= -O -I. -I$(SET) -I$(PCCTS_H) -DUSER_ZZSYN -DZZLEXBUFSIZE=32000