pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/psi add c to USE_LANGUAGES, to fix warning during...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79bf2c11140b
branches:  trunk
changeset: 517285:79bf2c11140b
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Mon Aug 07 20:40:44 2006 +0000

description:
add c to USE_LANGUAGES, to fix warning during toolchain wrappers phase

diffstat:

 chat/psi/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 40acc0946d75 -r 79bf2c11140b chat/psi/Makefile
--- a/chat/psi/Makefile Mon Aug 07 20:01:23 2006 +0000
+++ b/chat/psi/Makefile Mon Aug 07 20:40:44 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2006/08/07 01:49:25 perry Exp $
+# $NetBSD: Makefile,v 1.45 2006/08/07 20:40:44 jdolecek Exp $
 
 PSI_VERSION=   0.10
 DISTNAME=      psi-${PSI_VERSION}
@@ -18,7 +18,7 @@
 EXTRACT_ONLY=  ${DISTNAME}${EXTRACT_SUFX}
 
 USE_TOOLS+=    gmake
-USE_LANGUAGES+=        c++
+USE_LANGUAGES+=        c c++
 USE_LIBTOOL=   yes
 HAS_CONFIGURE= yes
 



Home | Main Index | Thread Index | Old Index