summaryrefslogtreecommitdiff
path: root/devel/doc++/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-09-08 14:32:34 +0000
committerwiz <wiz@pkgsrc.org>2004-09-08 14:32:34 +0000
commit38e6dbc45b0879c166c9510e68029da03c576be6 (patch)
treedffdb3a03897b17269965e6122d38e0644023ce3 /devel/doc++/patches
parent5c18b7d77d1d18cc015e9816ec07db7b35680b87 (diff)
downloadpkgsrc-38e6dbc45b0879c166c9510e68029da03c576be6.tar.gz
Update to 3.4.10:
FEATURES: - added crufty XML DocBook support PORTABILITY FIXES: - fixed a g++ 3.0 compilation problem
Diffstat (limited to 'devel/doc++/patches')
-rw-r--r--devel/doc++/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/doc++/patches/patch-aa b/devel/doc++/patches/patch-aa
new file mode 100644
index 00000000000..bb724215960
--- /dev/null
+++ b/devel/doc++/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2004/09/08 14:32:35 wiz Exp $
+
+--- src/getopt.h.orig 1997-01-22 01:31:23.000000000 +0100
++++ src/getopt.h
+@@ -105,7 +105,6 @@ struct option
+ errors, only prototype getopt for the GNU C library. */
+ extern int getopt (int argc, char *const *argv, const char *shortopts);
+ #else /* not __GNU_LIBRARY__ */
+-extern int getopt ();
+ #endif /* __GNU_LIBRARY__ */
+ extern int getopt_long (int argc, char *const *argv, const char *shortopts,
+ const struct option *longopts, int *longind);