diff options
author | wiz <wiz> | 2002-01-14 17:18:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-01-14 17:18:03 +0000 |
commit | 040d4f64a81abe79f0e25a31252478814a7f5e87 (patch) | |
tree | 5c5bdfb9c71d38eb3f09aa297e72a19398b48a96 /devel/doxygen/patches | |
parent | 1b294d31fec8f9046332a9bd390fa639df42fc17 (diff) | |
download | pkgsrc-040d4f64a81abe79f0e25a31252478814a7f5e87.tar.gz |
Comment out some unneeded code that produced errors, in contrast to
what the comment above it claims. Should fix bulk build failure.
Diffstat (limited to 'devel/doxygen/patches')
-rw-r--r-- | devel/doxygen/patches/patch-ac | 11 | ||||
-rw-r--r-- | devel/doxygen/patches/patch-ad | 11 | ||||
-rw-r--r-- | devel/doxygen/patches/patch-ae | 11 |
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/doxygen/patches/patch-ac b/devel/doxygen/patches/patch-ac new file mode 100644 index 00000000000..5e6518a2e2e --- /dev/null +++ b/devel/doxygen/patches/patch-ac @@ -0,0 +1,11 @@ +$NetBSD: patch-ac,v 1.1 2002/01/14 17:18:03 wiz Exp $ + +--- src/pre.l.orig Mon Jul 30 09:47:12 2001 ++++ src/pre.l +@@ -2006,5 +2006,5 @@ + + extern "C" { // some bogus code to keep the compiler happy + // int preYYwrap() { return 1 ; } +- void preYYdummy() { yy_flex_realloc(0,0); } ++// void preYYdummy() { yy_flex_realloc(0,0); } + } diff --git a/devel/doxygen/patches/patch-ad b/devel/doxygen/patches/patch-ad new file mode 100644 index 00000000000..7748a183ec1 --- /dev/null +++ b/devel/doxygen/patches/patch-ad @@ -0,0 +1,11 @@ +$NetBSD: patch-ad,v 1.1 2002/01/14 17:18:04 wiz Exp $ + +--- src/scanner.l.orig Sun Aug 26 11:18:58 2001 ++++ src/scanner.l +@@ -4110,5 +4110,5 @@ + + //---------------------------------------------------------------------------- + extern "C" { // some bogus code to keep the compiler happy +- void scannerYYdummy() { yy_flex_realloc(0,0); } ++// void scannerYYdummy() { yy_flex_realloc(0,0); } + } diff --git a/devel/doxygen/patches/patch-ae b/devel/doxygen/patches/patch-ae new file mode 100644 index 00000000000..4097a99e5f6 --- /dev/null +++ b/devel/doxygen/patches/patch-ae @@ -0,0 +1,11 @@ +$NetBSD: patch-ae,v 1.1 2002/01/14 17:18:04 wiz Exp $ + +--- src/code.l.orig Sat Aug 18 16:32:44 2001 ++++ src/code.l +@@ -1644,5 +1644,5 @@ + + extern "C" { // some bogus code to keep the compiler happy + // int codeYYwrap() { return 1 ; } +- void codeYYdummy() { yy_flex_realloc(0,0); } ++// void codeYYdummy() { yy_flex_realloc(0,0); } + } |