summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/patch-i65514
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2006-05-18 16:10:50 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2006-05-18 16:10:50 +0000
commit2b885c57237788e5aad9362818786a7d2705e474 (patch)
tree2ebb9be554906ab9e8b679d477b5b5ab3d2ada84 /editors/openoffice.org-2.0-devel/files/patch-i65514
parent- Update to 4.1.2 (diff)
Add BerkeleyDB workaround for amd64. Taken from
ports/databases/db42/Makefile: http://docs.freebsd.org/cgi/mid.cgi?200406261113.i5QBDG1b059838 Proper fix will come later. Reviewed by: maho (maintainer)
Notes
Notes: svn path=/head/; revision=162717
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-i6551412
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-i65514 b/editors/openoffice.org-2.0-devel/files/patch-i65514
new file mode 100644
index 000000000000..080244113777
--- /dev/null
+++ b/editors/openoffice.org-2.0-devel/files/patch-i65514
@@ -0,0 +1,12 @@
+--- berkeleydb/makefile.mk 8 Mar 2006 14:13:53 -0000 1.31
++++ berkeleydb/makefile.mk 12 May 2006 00:26:22 -0000
+@@ -88,6 +88,9 @@
+ .IF "$(SOLAR_JAVA)"!=""
+ CONFIGURE_FLAGS+=--enable-java
+ .ENDIF
++.IF "$(COM)$(CPU)"=="GCCX"
++CONFIGURE_FLAGS+=--with-mutex=x86/gcc-assembly
++.ENDIF
+
+ BUILD_DIR=$(CONFIGURE_DIR)
+ BUILD_DIR_OUT=$(CONFIGURE_DIR)