pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/sqlite3 sqlite3: remove a workaround that's ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ee8f42a2705
branches:  trunk
changeset: 407360:2ee8f42a2705
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Jan 04 02:32:13 2020 +0000

description:
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:

 databases/sqlite3/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 5c64dc617626 -r 2ee8f42a2705 databases/sqlite3/Makefile
--- a/databases/sqlite3/Makefile        Sat Jan 04 02:06:02 2020 +0000
+++ b/databases/sqlite3/Makefile        Sat Jan 04 02:32:13 2020 +0000
@@ -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 @@
 # 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].*-*)



Home | Main Index | Thread Index | Old Index