diff options
author | kris <kris@FreeBSD.org> | 2003-07-18 12:20:16 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-07-18 12:20:16 +0800 |
commit | 0bd631cf26517617f6fc767c1ef4fcd454ae9534 (patch) | |
tree | 48526809cd9683de05ef41b21572fa8c5601afb4 /java/jlint | |
parent | b452909d1e2771ed0ca7fa9d85a8d7237f6290d7 (diff) | |
download | freebsd-ports-gnome-0bd631cf26517617f6fc767c1ef4fcd454ae9534.tar.gz freebsd-ports-gnome-0bd631cf26517617f6fc767c1ef4fcd454ae9534.tar.zst freebsd-ports-gnome-0bd631cf26517617f6fc767c1ef4fcd454ae9534.zip |
Partially fix the build with gcc 3.3. This still blows up later in the build.
Diffstat (limited to 'java/jlint')
-rw-r--r-- | java/jlint/files/patch-inlines.hh | 10 | ||||
-rw-r--r-- | java/jlint/files/patch-utf_string.hh | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/java/jlint/files/patch-inlines.hh b/java/jlint/files/patch-inlines.hh new file mode 100644 index 000000000000..aabe88ab7c4a --- /dev/null +++ b/java/jlint/files/patch-inlines.hh @@ -0,0 +1,10 @@ +--- inlines.hh.orig Thu Jul 17 21:18:47 2003 ++++ inlines.hh Thu Jul 17 21:18:53 2003 +@@ -1,5 +1,7 @@ + // inline functions + ++#include <assert.h> ++ + #ifndef INLINES_HH + #define INLINES_HH + diff --git a/java/jlint/files/patch-utf_string.hh b/java/jlint/files/patch-utf_string.hh new file mode 100644 index 000000000000..7723b44e354d --- /dev/null +++ b/java/jlint/files/patch-utf_string.hh @@ -0,0 +1,10 @@ +--- utf_string.hh.orig Thu Jul 17 21:03:53 2003 ++++ utf_string.hh Thu Jul 17 21:04:03 2003 +@@ -1,6 +1,7 @@ + #ifndef UTF_STRING_HH + #define UTF_STRING_HH + ++#include <assert.h> + #include <string> + #include <stdio.h> + #include "functions.hh" |