diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-08 16:12:48 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-08 16:12:48 +0000 |
commit | 7fc5e51865ec3278c10bfdef1817dcc548c7cca2 (patch) | |
tree | b1e3908322d47ee2c068b97ba42141f3b5990f2d /editors/ex | |
parent | 06cfe8ee7c5a820c1909fcdf223eb95ff6f50435 (diff) | |
download | pkgsrc-7fc5e51865ec3278c10bfdef1817dcc548c7cca2.tar.gz |
Make this package build with gcc-4.
Diffstat (limited to 'editors/ex')
-rw-r--r-- | editors/ex/distinfo | 3 | ||||
-rw-r--r-- | editors/ex/patches/patch-ad | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/editors/ex/distinfo b/editors/ex/distinfo index 98efc31c38c..29c01251fda 100644 --- a/editors/ex/distinfo +++ b/editors/ex/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2005/12/09 14:10:39 joerg Exp $ +$NetBSD: distinfo,v 1.10 2006/06/08 16:15:47 minskim Exp $ SHA1 (ex-040103.tar.gz) = 51fa1d613b37a4f3aed1ef2968be691465cdff09 RMD160 (ex-040103.tar.gz) = 5fc3f222dde5a8d00e1b233281ccf210affdbdf1 @@ -6,3 +6,4 @@ Size (ex-040103.tar.gz) = 284130 bytes SHA1 (patch-aa) = 134513a18d1a5192818eccd456d91857fda82860 SHA1 (patch-ab) = 5bac9911e71b7fe787023568a7a46d1e87fb4d0e SHA1 (patch-ac) = 2dcda20524bb2f2e6a4569c4571905352ca75a34 +SHA1 (patch-ad) = 31bafb04f553ca286baf90505da450964fea9954 diff --git a/editors/ex/patches/patch-ad b/editors/ex/patches/patch-ad new file mode 100644 index 00000000000..fbecc97e450 --- /dev/null +++ b/editors/ex/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2006/06/08 16:15:47 minskim Exp $ + +--- ex.h.orig 2003-03-18 20:29:07.000000000 +0000 ++++ ex.h +@@ -549,7 +549,6 @@ extern int tfile; /* Temporary file uni + var bool tflag; /* -t option given on command line */ + var bool vcatch; /* Want to catch an error (open/visual) */ + var bool verbose; /* -V option; print command input to stderr */ +-var char *versionstring; /* For the "version" command */ + var JMP_BUF vreslab; /* For error throws to a visual catch */ + var bool writing; /* 1 if in middle of a file write */ + var int xchng; /* Suppresses multiple "No writes" in !cmd */ |