Import of pkgsrc-2015Q2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.92 2015/03/02 13:34:16 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.97 2015/05/20 11:33:01 abs Exp $
|
||||
|
||||
DISTNAME= sqlite-autoconf-3080803
|
||||
PKGNAME= sqlite3-3.8.8.3
|
||||
DISTNAME= sqlite-autoconf-${SQLITE3_DISTVERSION}
|
||||
PKGNAME= sqlite3-${SQLITE3_VERSION}
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.hwaci.com/sw/sqlite/2015/ \
|
||||
http://www.sqlite.org/2015/
|
||||
@@ -11,8 +11,14 @@ HOMEPAGE= http://www.sqlite.org/
|
||||
COMMENT= SQL Database Engine in a C Library
|
||||
LICENSE= public-domain
|
||||
|
||||
.include "../../databases/sqlite3/Makefile.version"
|
||||
.include "options.mk"
|
||||
|
||||
# On at least NetBSD 7.0_BETA amd64
|
||||
# sqlite3.o: file not recognized: File truncated
|
||||
# Makefile:404: recipe for target 'sqlite3' failed
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
Reference in New Issue
Block a user