summaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index ab49019772c..ce9884712b2 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.131 2019/04/18 10:10:03 adam Exp $
+# $NetBSD: Makefile,v 1.132 2020/01/04 02:32:13 gutteridge Exp $
.include "Makefile.common"
@@ -26,10 +26,6 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1
# only enable it on safe platforms.
CFLAGS.NetBSD+= -DUSE_PREAD
-# This issue is fixed upstream and will be in the next release, so remove this
-# on the next update (https://bugzilla.mozilla.org/show_bug.cgi?id=1340028)
-CFLAGS.Darwin+= -DSQLITE_DISABLE_INTRINSIC
-
# Darwin < 9 (Mac OS X < 10.5 "Leopard") doesn't have gethostuuid(2)
# and lacks the zone memory allocator
.if !empty(MACHINE_PLATFORM:MDarwin-[0-8].*-*)