aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-05-17 03:36:02 +0800
committereadler <eadler@FreeBSD.org>2012-05-17 03:36:02 +0800
commit5e393f09973128b3750301935b2ae63410939f92 (patch)
treeea01a0ca521c444010392e6b559c11313b9277b7 /databases
parent6f48de0f62376172e5f8a8c28ab19585a012ae0b (diff)
downloadfreebsd-ports-graphics-5e393f09973128b3750301935b2ae63410939f92.tar.gz
freebsd-ports-graphics-5e393f09973128b3750301935b2ae63410939f92.tar.zst
freebsd-ports-graphics-5e393f09973128b3750301935b2ae63410939f92.zip
Mark sqlite as MAKE_JOBS_UNSAFE
PR: ports/167934 Submitted by: "Bryan Drewery" <bryan@shatow.net> Approved by: Pavel Volkov <pavelivolkov@googlemail.com> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r--databases/sqlite3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 4ae9965064f..4cfed519ad2 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -25,6 +25,8 @@ USE_GNOME= pkgconfig
USE_LDCONFIG= YES
GNU_CONFIGURE= YES
+MAKE_JOBS_UNSAFE= yes
+
# Compilation Options For SQLite http://www.sqlite.org/compile.html
OPTIONS= \
FTS3 "Enable FTS3/4 (Full Text Search) module" on \