Index: head/databases/sqlite3/files/patch-configure =================================================================== --- head/databases/sqlite3/files/patch-configure (nonexistent) +++ head/databases/sqlite3/files/patch-configure (revision 557735) @@ -0,0 +1,13 @@ +--- configure.orig 2020-12-11 13:58:21 UTC ++++ configure +@@ -13335,7 +13335,9 @@ else + enable_threadsafe=yes + fi + +-if test x"$enable_threadsafe" != "xno"; then ++if test x"$enable_threadsafe" == "xno"; then ++ BUILD_CFLAGS="$BUILD_CFLAGS -DSQLITE_THREADSAFE=0" ++else + BUILD_CFLAGS="$BUILD_CFLAGS -D_REENTRANT=1 -DSQLITE_THREADSAFE=1" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pthread_create" >&5 + $as_echo_n "checking for library containing pthread_create... " >&6; } Property changes on: head/databases/sqlite3/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property