diff options
Diffstat (limited to 'editors/openoffice/files/patch-berkeleydb+makefile.mk')
-rw-r--r-- | editors/openoffice/files/patch-berkeleydb+makefile.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice/files/patch-berkeleydb+makefile.mk b/editors/openoffice/files/patch-berkeleydb+makefile.mk new file mode 100644 index 000000000000..5e9491a54dcc --- /dev/null +++ b/editors/openoffice/files/patch-berkeleydb+makefile.mk @@ -0,0 +1,12 @@ +--- ../berkeleydb/makefile.mk.orig Sat Apr 12 14:45:40 2003 ++++ ../berkeleydb/makefile.mk Sat Apr 12 14:46:29 2003 +@@ -84,7 +84,9 @@ + + BUILD_DIR=$(CONFIGURE_DIR) + BUILD_ACTION=make ++.IF "$(OS)"!="FREEBSD" + BUILD_FLAGS=-j$(MAXPROCESS) ++.ENDIF + + OUT2LIB=$(BUILD_DIR)$/.libs$/libdb*.so + |