pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/inspircd12 use libgnutls-config.mk, fixes gnutls-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f24ced5c539
branches:  trunk
changeset: 395051:8f24ced5c539
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jul 03 14:50:34 2009 +0000

description:
use libgnutls-config.mk, fixes gnutls-2.8 detection with the (non-default)
"gnutls" pkg option

diffstat:

 chat/inspircd12/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ee4edc2bd2e0 -r 8f24ced5c539 chat/inspircd12/options.mk
--- a/chat/inspircd12/options.mk        Fri Jul 03 14:23:00 2009 +0000
+++ b/chat/inspircd12/options.mk        Fri Jul 03 14:50:34 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2009/01/04 00:52:27 adrianp Exp $
+# $NetBSD: options.mk,v 1.2 2009/07/03 14:50:34 drochner Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.inspircd
 
@@ -71,6 +71,7 @@
 ###
 .if !empty(PKG_OPTIONS:Mgnutls)
 .      include "../../security/gnutls/buildlink3.mk"
+.       include "../../security/gnutls/libgnutls-config.mk"
 CONFIGURE_ARGS+=       --enable-gnutls
 MODULES+=              m_ssl_gnutls.cpp
 .endif



Home | Main Index | Thread Index | Old Index