diff options
author | minskim <minskim@pkgsrc.org> | 2005-05-18 14:23:10 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-05-18 14:23:10 +0000 |
commit | d3d87cc5efc145e416a0d4fca0e354c3b4d78bef (patch) | |
tree | 17ec706e2c8ec1a63b72c185972e4dc402fe2e51 /devel/gindent/patches | |
parent | 4b287407e51a7cca457545e3faa8a957d11e4bbd (diff) | |
download | pkgsrc-d3d87cc5efc145e416a0d4fca0e354c3b4d78bef.tar.gz |
Do not declare a static variable as non-static in a header file.
This makes the package build on Darwin-8.x.
Diffstat (limited to 'devel/gindent/patches')
-rw-r--r-- | devel/gindent/patches/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/gindent/patches/patch-ac b/devel/gindent/patches/patch-ac new file mode 100644 index 00000000000..774075757e0 --- /dev/null +++ b/devel/gindent/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1 2005/05/18 14:23:10 minskim Exp $ + +--- src/indent.h.orig 2002-04-23 15:49:24.000000000 -0500 ++++ src/indent.h +@@ -92,9 +92,6 @@ extern char *cur_line; + /* Size of the input program, not including the ' \n\0' we add at the end */ + extern unsigned long in_prog_size; + +-/* The output file. */ +-extern FILE *output; +- + + + extern char *labbuf; /* buffer for label */ |