summaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2020-01-04 02:32:13 +0000
committergutteridge <gutteridge@pkgsrc.org>2020-01-04 02:32:13 +0000
commitb5ff35106107cf75617c739122185ab2f80da9d4 (patch)
tree0da2bb5fe948654e8b343b555b57dad435eefad0 /databases/sqlite3
parent1c946db6c67064f99cf5f6ea50fd7f47cb2bd351 (diff)
downloadpkgsrc-b5ff35106107cf75617c739122185ab2f80da9d4.tar.gz
sqlite3: remove a workaround that's no longer needed
There have been multiple version updates to this package since that was added and it was already fixed upstream.
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].*-*)