pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/sqlite3 Add workaround for build issue on Da...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/355332627813
branches:  trunk
changeset: 358949:355332627813
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Feb 23 11:07:32 2017 +0000

description:
Add workaround for build issue on Darwin, to be removed in the next update.

diffstat:

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

diffs (20 lines):

diff -r 99f04f4c5df1 -r 355332627813 databases/sqlite3/Makefile
--- a/databases/sqlite3/Makefile        Thu Feb 23 10:46:34 2017 +0000
+++ b/databases/sqlite3/Makefile        Thu Feb 23 11:07:32 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.114 2017/02/13 17:44:01 adam Exp $
+# $NetBSD: Makefile,v 1.115 2017/02/23 11:07:32 jperkin Exp $
 
 .include "Makefile.common"
 
@@ -25,6 +25,10 @@
 # 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