summaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-05-16 19:36:02 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-05-16 19:36:02 +0000
commitf6e06604fbb438e647a45ba3967a602b451f88b3 (patch)
tree645a3de5a383b211affb8f129a83d533a74edcb1 /databases/sqlite3
parentUpdate to 1.39 (diff)
Mark sqlite as MAKE_JOBS_UNSAFE
PR: ports/167934 Submitted by: "Bryan Drewery" <bryan@shatow.net> Approved by: Pavel Volkov <pavelivolkov@googlemail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=296794
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 4ae9965064fd..4cfed519ad21 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 \