diff options
author | mbr <mbr@FreeBSD.org> | 2002-05-31 06:38:37 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-05-31 06:38:37 +0800 |
commit | 5199cca16e4042da985d52823387005c813256d8 (patch) | |
tree | c7a3d290b8f171d9497babe84c08328b598917ff /editors/openoffice.org-3 | |
parent | 1b9c1c910d391d2128ef22ce94289f01935f1967 (diff) | |
download | freebsd-ports-gnome-5199cca16e4042da985d52823387005c813256d8.tar.gz freebsd-ports-gnome-5199cca16e4042da985d52823387005c813256d8.tar.zst freebsd-ports-gnome-5199cca16e4042da985d52823387005c813256d8.zip |
Fix patch. Of course the original checked for gcc3.0, not gcc3.1
Diffstat (limited to 'editors/openoffice.org-3')
-rw-r--r-- | editors/openoffice.org-3/files/patch-cppu+inc+uno+lbnames.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3/files/patch-cppu+inc+uno+lbnames.h b/editors/openoffice.org-3/files/patch-cppu+inc+uno+lbnames.h index c972b58f4bb7..cb43c2d165e9 100644 --- a/editors/openoffice.org-3/files/patch-cppu+inc+uno+lbnames.h +++ b/editors/openoffice.org-3/files/patch-cppu+inc+uno+lbnames.h @@ -4,7 +4,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) +#elif (__GNUC__ == 3 && (__GNUC_MINOR__ == 0 || __GNUC_MINOR__ == 1 || __GNUC_MINOR__ == 2)) #define __CPPU_ENV gcc3 #elif (__GNUC__ == 3) |