pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/vde Needs a c++ compiler, and runs configure, so s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81d1bf37f689
branches:  trunk
changeset: 521734:81d1bf37f689
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 19 09:36:15 2006 +0000

description:
Needs a c++ compiler, and runs configure, so set USE_LANGUAGES to
both c and c++.

diffstat:

 net/vde/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 442590927a05 -r 81d1bf37f689 net/vde/Makefile
--- a/net/vde/Makefile  Sun Nov 19 09:32:29 2006 +0000
+++ b/net/vde/Makefile  Sun Nov 19 09:36:15 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/03/04 21:30:25 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2006/11/19 09:36:15 wiz Exp $
 #
 
 DISTNAME=              vde-1.5.9
@@ -10,6 +10,7 @@
 COMMENT=               Virtual Distributed Ethernet tools
 
 USE_LIBTOOL=           yes
+USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         yes
 
 ONLY_FOR_PLATFORM+=    Linux-*-*



Home | Main Index | Thread Index | Old Index