pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xapian Buildlink in the required devel/zlib. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cccc1b24d8e
branches:  trunk
changeset: 552719:9cccc1b24d8e
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Thu Jan 08 03:43:31 2009 +0000

description:
Buildlink in the required devel/zlib.  Fixes build on systems where native zlib (header) is not installed.

diffstat:

 textproc/xapian/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r b5b49eb1b4b2 -r 9cccc1b24d8e textproc/xapian/Makefile
--- a/textproc/xapian/Makefile  Thu Jan 08 01:37:44 2009 +0000
+++ b/textproc/xapian/Makefile  Thu Jan 08 03:43:31 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/01/07 22:39:38 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2009/01/08 03:43:31 dsainty Exp $
 #
 
 DISTNAME=      xapian-core-1.0.10
@@ -14,4 +14,5 @@
 USE_LIBTOOL=   yes
 USE_LANGUAGES= c c++
 
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index