Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Andreas Proschofsky (suka)" <suka@g.o>
|
|
Subject:
|
gentoo-x86 commit in app-office/openoffice/files: gentoo-3.0.1_rc2.diff buildfix-mono-2-2.diff
|
|
Date:
|
Tue, 27 Jan 2009 15:04:39 +0000
|
|
suka 09/01/27 15:04:39
Modified: gentoo-3.0.1_rc2.diff
Added: buildfix-mono-2-2.diff
Log:
Fix build problems with Mono 2.2, see bug #255845
(Portage version: 2.2_rc23/cvs/Linux i686)
Revision Changes Path
1.2 app-office/openoffice/files/gentoo-3.0.1_rc2.diff
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/gentoo-3.0.1_rc2.diff?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/gentoo-3.0.1_rc2.diff?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/gentoo-3.0.1_rc2.diff?r1=1.1&r2=1.2
Index: gentoo-3.0.1_rc2.diff
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/openoffice/files/gentoo-3.0.1_rc2.diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gentoo-3.0.1_rc2.diff 18 Jan 2009 19:12:40 -0000 1.1
+++ gentoo-3.0.1_rc2.diff 27 Jan 2009 15:04:39 -0000 1.2
@@ -21,4 +21,14 @@
# Allow build to proceed with PaX enabled
gentoo-pax-fix.diff, aprosky
# support server-only versions of 64bit JDKs
+@@ -1527,6 +1527,9 @@
+ mono-climaker-config.diff
+ mono-climaker-bridgetest.diff
+
++# Buildfix with Mono 2.2, aprosky
++buildfix-mono-2-2.diff
++
+ [ VBAObjects ]
+ SectionOwner => noelpwer
+
1.1 app-office/openoffice/files/buildfix-mono-2-2.diff
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/buildfix-mono-2-2.diff?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/buildfix-mono-2-2.diff?rev=1.1&content-type=text/plain
Index: buildfix-mono-2-2.diff
===================================================================
--- cli_ure/source/climaker/makefile.mk
+++ cli_ure/source/climaker/makefile.mk
@@ -62,7 +62,7 @@
$(BIN)$/climaker : climaker_csharp.cs
gmcs -debug -unsafe climaker_csharp.cs -reference:$(BIN)/cli_basetypes.dll -out:$(BIN)$/climaker.exe
- mkbundle2 --static -L $(OUT)/lib --deps -o $(BIN)$/climaker $(BIN)$/climaker.exe $(BIN)/cli_basetypes.dll
+ mkbundle2 -L $(OUT)/lib --deps -o $(BIN)$/climaker $(BIN)$/climaker.exe $(BIN)/cli_basetypes.dll
.INCLUDE : target.mk
.ENDIF # "$(ENABLE_MONO_CLIMAKER)" != "YES"
|
|