pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/jabberd2 Make sure the configure script finds the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7487d5dcfbac
branches:  trunk
changeset: 478157:7487d5dcfbac
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jul 18 18:55:14 2004 +0000

description:
Make sure the configure script finds the mysql includes.

diffstat:

 chat/jabberd2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0fc38aae48b8 -r 7487d5dcfbac chat/jabberd2/Makefile
--- a/chat/jabberd2/Makefile    Sun Jul 18 18:05:12 2004 +0000
+++ b/chat/jabberd2/Makefile    Sun Jul 18 18:55:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/07/14 00:27:09 xtraeme Exp $
+# $NetBSD: Makefile,v 1.8 2004/07/18 18:55:14 kristerw Exp $
 #
 
 DISTNAME=              jabberd-2.0s3
@@ -71,6 +71,7 @@
 .  include "../../databases/db4/buildlink3.mk"
 .elif !empty(JABBERD_METHOD:Mmysql)
 CONFIGURE_ARGS+=       --enable-mysql
+CPPFLAGS+=             -I${LOCALBASE}/include/mysql
 .  include "../../databases/mysql4-client/buildlink3.mk"
 .elif !empty(JABBERD_METHOD:Mpgsql)
 CONFIGURE_ARGS+=       --enable-pgsql



Home | Main Index | Thread Index | Old Index