pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pam-mysql Uses C++.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b531410817c
branches:  trunk
changeset: 512849:1b531410817c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue May 16 14:34:44 2006 +0000

description:
Uses C++.

diffstat:

 security/pam-mysql/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c423bafead2b -r 1b531410817c security/pam-mysql/Makefile
--- a/security/pam-mysql/Makefile       Tue May 16 13:58:25 2006 +0000
+++ b/security/pam-mysql/Makefile       Tue May 16 14:34:44 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/03/07 01:22:16 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/05/16 14:34:44 joerg Exp $
 
 DISTNAME=      pam_mysql-0.7RC1
 PKGNAME=       ${DISTNAME:S/_/-/:S/RC/rc/}
@@ -13,6 +13,7 @@
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
+USE_LANGUAGES= c c++
 
 CONFIGURE_ARGS+=       --with-mysql=${BUILDLINK_PREFIX.mysql-client:Q}
 CONFIGURE_ARGS+=       --with-pam-mods-dir=${PREFIX:Q}/lib/security



Home | Main Index | Thread Index | Old Index