summaryrefslogtreecommitdiff
path: root/databases/sqlite3/Makefile.common
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-11-21 16:58:05 +0000
committertnn <tnn@pkgsrc.org>2009-11-21 16:58:05 +0000
commit54b00eb9dbb2042d39bda32fb3450a7e6d4296c9 (patch)
tree401ac74aa167e65a510bb3c112ae4a3366139158 /databases/sqlite3/Makefile.common
parentdca38975293daa189397aa57cdc0c615b26e5356 (diff)
downloadpkgsrc-54b00eb9dbb2042d39bda32fb3450a7e6d4296c9.tar.gz
Switch to amalgamation style sqlite3 build. This is the recommended
way to build sqlite3 according to upstream. It should give a small performance increase due to static inlining, but more importantly lets us avoid manual maintenance of sqlite3.h. Bump revisions for sqlite3 and sqlite3-tcl.
Diffstat (limited to 'databases/sqlite3/Makefile.common')
-rw-r--r--databases/sqlite3/Makefile.common25
1 files changed, 0 insertions, 25 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common
deleted file mode 100644
index 608209ccfd9..00000000000
--- a/databases/sqlite3/Makefile.common
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile.common,v 1.47 2009/11/13 18:28:42 adam Exp $
-
-# used by databases/sqlite3-tcl/Makefile
-
-# When updating this package, you must regenerate patch-ab!
-# It's required to avoid a build dependency on tcl.
-DISTNAME= sqlite-3.6.20
-PKGNAME= ${DISTNAME:S/-/3-/}
-CATEGORIES= databases
-MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
- http://www.sqlite.org/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.sqlite.org/
-COMMENT= SQL Database Engine in a C Library
-LICENSE= public-domain
-
-DISTINFO_FILE= ${.CURDIR}/../../databases/sqlite3/distinfo
-PATCHDIR= ${.CURDIR}/../../databases/sqlite3/patches
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
-USE_LIBTOOL= yes
-
-PKGCONFIG_OVERRIDE+= sqlite3.pc.in