diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2006-05-18 16:10:50 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2006-05-18 16:10:50 +0000 |
commit | 2b885c57237788e5aad9362818786a7d2705e474 (patch) | |
tree | 2ebb9be554906ab9e8b679d477b5b5ab3d2ada84 /editors/openoffice.org-2-devel | |
parent | b2d2533776fe5876b5082aff7e16195978eb7c56 (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 'editors/openoffice.org-2-devel')
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-i65514 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-i65514 b/editors/openoffice.org-2-devel/files/patch-i65514 new file mode 100644 index 000000000000..080244113777 --- /dev/null +++ b/editors/openoffice.org-2-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) |