diff options
Diffstat (limited to 'editors/openoffice.org-2/files/patch-i65514')
-rw-r--r-- | editors/openoffice.org-2/files/patch-i65514 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/editors/openoffice.org-2/files/patch-i65514 b/editors/openoffice.org-2/files/patch-i65514 index cc8221264c59..3a7cabaad912 100644 --- a/editors/openoffice.org-2/files/patch-i65514 +++ b/editors/openoffice.org-2/files/patch-i65514 @@ -1,12 +1,13 @@ --- berkeleydb/makefile.mk 25 May 2007 10:48:51 -0000 1.40 +++ berkeleydb/makefile.mk 2 Jul 2007 20:15:24 -0000 -@@ -107,6 +107,9 @@ - .IF "$(SOLAR_JAVA)"!="" - CONFIGURE_FLAGS+=--enable-java - .ENDIF +@@ -105,6 +105,10 @@ + ..$/dist$/configure + CONFIGURE_FLAGS=--disable-cxx --enable-dynamic --enable-shared --enable-compat185 + +.IF "$(COM)$(CPU)"=="GCCX" +CONFIGURE_FLAGS+=--with-mutex=x86/gcc-assembly +.ENDIF - - BUILD_DIR=$(CONFIGURE_DIR) - BUILD_DIR_OUT=$(CONFIGURE_DIR) ++ + # just pass ARCH_FLAGS to native build + CFLAGS+:=$(ARCH_FLAGS) + CXXFLAGS+:=$(ARCH_FLAGS) |