diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-05-30 22:13:07 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-05-30 22:13:07 +0000 |
commit | f60670bf155caa87c69f590233925540b6233458 (patch) | |
tree | 98dafe0b2ac4fdf5c442a338f581728623abaeb2 /editors/openoffice-2.0-devel | |
parent | 4297f0fc46cf8db37a8c07e44c9ad4d11e5b5bb2 (diff) | |
download | ports-f60670bf155caa87c69f590233925540b6233458.tar.gz ports-f60670bf155caa87c69f590233925540b6233458.zip |
Notes
Diffstat (limited to 'editors/openoffice-2.0-devel')
-rw-r--r-- | editors/openoffice-2.0-devel/files/patch-cppu+inc+uno+lbnames.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-cppu+inc+uno+lbnames.h b/editors/openoffice-2.0-devel/files/patch-cppu+inc+uno+lbnames.h new file mode 100644 index 000000000000..c972b58f4bb7 --- /dev/null +++ b/editors/openoffice-2.0-devel/files/patch-cppu+inc+uno+lbnames.h @@ -0,0 +1,11 @@ +--- ../cppu/inc/uno/lbnames.h.orig Fri May 31 00:06:58 2002 ++++ ../cppu/inc/uno/lbnames.h Fri May 31 00:07:22 2002 +@@ -94,7 +94,7 @@ + #define __CPPU_ENV gcc2 + #elif (__GNUC__ == 2) + #error "Tested gcc 2 versions are 2.91 and 2.95. Patch uno/lbnames.h to try your gcc 2 version." +-#elif (__GNUC__ == 3 && __GNUC_MINOR__ == 1) ++#elif (__GNUC__ == 3 && (__GNUC_MINOR__ == 0 || __GNUC_MINOR__ == 1 || __GNUC_MINOR__ == 2)) + #define __CPPU_ENV gcc3 + #elif (__GNUC__ == 3) + #error "Tested gcc 3 version is 3.0. Patch uno/lbnames.h to try your gcc 3 version." |