summaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-2/files
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-05-30 22:38:37 +0000
committermbr <mbr@FreeBSD.org>2002-05-30 22:38:37 +0000
commit5199cca16e4042da985d52823387005c813256d8 (patch)
treec7a3d290b8f171d9497babe84c08328b598917ff /editors/openoffice.org-2/files
parent1b9c1c910d391d2128ef22ce94289f01935f1967 (diff)
downloadFreeBSD-ports-5199cca16e4042da985d52823387005c813256d8.zip
FreeBSD-ports-5199cca16e4042da985d52823387005c813256d8.tar.gz
Fix patch. Of course the original checked for gcc3.0, not gcc3.1
Diffstat (limited to 'editors/openoffice.org-2/files')
-rw-r--r--editors/openoffice.org-2/files/patch-cppu+inc+uno+lbnames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2/files/patch-cppu+inc+uno+lbnames.h b/editors/openoffice.org-2/files/patch-cppu+inc+uno+lbnames.h
index c972b58..cb43c2d 100644
--- a/editors/openoffice.org-2/files/patch-cppu+inc+uno+lbnames.h
+++ b/editors/openoffice.org-2/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)
OpenPOWER on IntegriCloud