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, 0 insertions, 12 deletions
diff --git a/editors/openoffice/files/patch-berkeleydb+makefile.mk b/editors/openoffice/files/patch-berkeleydb+makefile.mk deleted file mode 100644 index 5e9491a54dcc..000000000000 --- a/editors/openoffice/files/patch-berkeleydb+makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../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 - |