From 2b885c57237788e5aad9362818786a7d2705e474 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 18 May 2006 16:10:50 +0000 Subject: 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) --- editors/openoffice.org-vcltesttool/files/patch-i65514 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 editors/openoffice.org-vcltesttool/files/patch-i65514 (limited to 'editors/openoffice.org-vcltesttool/files/patch-i65514') diff --git a/editors/openoffice.org-vcltesttool/files/patch-i65514 b/editors/openoffice.org-vcltesttool/files/patch-i65514 new file mode 100644 index 000000000000..080244113777 --- /dev/null +++ b/editors/openoffice.org-vcltesttool/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) -- cgit v1.2.3