pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/sqsh Make the package pass the check-headers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82ae18888ccd
branches:  trunk
changeset: 521391:82ae18888ccd
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 10 20:04:26 2006 +0000

description:
Make the package pass the check-headers test. The ${HOME} that appears
in the macros will be expanded later.

diffstat:

 databases/sqsh/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1d993447867b -r 82ae18888ccd databases/sqsh/Makefile.common
--- a/databases/sqsh/Makefile.common    Fri Nov 10 18:29:08 2006 +0000
+++ b/databases/sqsh/Makefile.common    Fri Nov 10 20:04:26 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2006/01/04 18:30:16 reed Exp $
+# $NetBSD: Makefile.common,v 1.13 2006/11/10 20:04:26 rillig Exp $
 
 DISTNAME=      sqsh-2.1-src
 CATEGORIES=    databases
@@ -14,6 +14,8 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-readline
 
+CHECK_HEADERS_SKIP=    src/sqsh_config.h
+
 CONF_FILES+=           ${PREFIX}/share/examples/sqsh/sample.sqshrc ${PKG_SYSCONFDIR}/sqshrc
 
 # support for the native Sybase Open Client



Home | Main Index | Thread Index | Old Index