diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-02 21:46:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-02 21:46:50 +0000 |
commit | bcc90cdce0b41e2b94394859dba93daef549ce53 (patch) | |
tree | fe86a16964f8c1d9f2eb5f65e1ee7a7c7be18ab0 /databases/sqlite | |
parent | 9d407291577991ebe96633c6b0c4e8556d853283 (diff) | |
download | pkgsrc-bcc90cdce0b41e2b94394859dba93daef549ce53.tar.gz |
Override config.guess and config.sub for DragonFly.
Diffstat (limited to 'databases/sqlite')
-rw-r--r-- | databases/sqlite/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/sqlite/Makefile b/databases/sqlite/Makefile index 2d480191575..b46744c52fb 100644 --- a/databases/sqlite/Makefile +++ b/databases/sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2005/05/22 20:07:46 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2005/12/02 21:46:50 joerg Exp $ DISTNAME= sqlite-2.8.16 CATEGORIES= databases @@ -17,6 +17,8 @@ GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../sqlite-2.8.16/configure CONFIGURE_ARGS+= --without-tcl CONFIGURE_ENV+= config_TARGET_READLINE_INC="-I${BUILDLINK_PREFIX.readline}/include" +CONFIG_GUESS_OVERRIDE= ../sqlite-2.8.16/config.guess +CONFIG_SUB_OVERRIDE= ../sqlite-2.8.16/config.sub CFLAGS+= -DUINT32_TYPE=u_int32_t -DUINT16_TYPE=u_int16_t \ -DUINT8_TYPE=u_int8_t -DINTPTR_TYPE=long |