pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/qca-tls this actually uses both c and c++ - C...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd043719aa18
branches:  trunk
changeset: 517283:fd043719aa18
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Mon Aug 07 19:38:43 2006 +0000

description:
this actually uses both c and c++ - C is used for openssl test

diffstat:

 security/qca-tls/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1d483f008ae9 -r fd043719aa18 security/qca-tls/Makefile
--- a/security/qca-tls/Makefile Mon Aug 07 19:35:40 2006 +0000
+++ b/security/qca-tls/Makefile Mon Aug 07 19:38:43 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/05/11 11:19:44 smb Exp $
+# $NetBSD: Makefile,v 1.19 2006/08/07 19:38:43 jdolecek Exp $
 
 DISTNAME=      qca-tls-1.0
 PKGREVISION=   3
@@ -13,7 +13,7 @@
 USE_TOOLS+=    gmake
 USE_LIBTOOL=   yes
 HAS_CONFIGURE= yes
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
 
 CONFIGURE_ARGS+=        --with-openssl-inc=${SSLBASE}/include
 CONFIGURE_ARGS+=        --with-openssl-lib=${SSLBASE}/lib



Home | Main Index | Thread Index | Old Index