[Lunar-commits] <moonbase> openoffice-src: Adding a sedit to the BUILD so it will compile with gcc-4.5.x.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Sep 11 17:08:10 CEST 2010
commit 4c8148d73ace88f4abcf281248ed148a55e43739
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Sep 11 11:08:10 2010 -0400
openoffice-src: Adding a sedit to the BUILD so it will compile with gcc-4.5.x.
---
x11-apps/openoffice-src/BUILD | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/x11-apps/openoffice-src/BUILD b/x11-apps/openoffice-src/BUILD
index 3d94fec..333d880 100644
--- a/x11-apps/openoffice-src/BUILD
+++ b/x11-apps/openoffice-src/BUILD
@@ -1,5 +1,8 @@
(
+# So it will compile with gcc-4.5
+ sedit "s:__ <= 4:__ <= 5:g" cppu/inc/uno/lbnames.h&&
+
# This sedit is needed for the configure to complete with current db.
sedit "s:seq 1 7:seq 1 8:" configure.in &&
More information about the Lunar-commits
mailing list