pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz Add USE_LANGUAGES here as some files...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5caea82c82ac
branches:  trunk
changeset: 512586:5caea82c82ac
user:      jmc <jmc%pkgsrc.org@localhost>
date:      Thu May 11 21:51:40 2006 +0000

description:
Add USE_LANGUAGES here as some files are c++.
XXX: gotta love changes which cause builds to fail with (Error 1) and nothing
else. The complete lack of design around this is appalling.

diffstat:

 graphics/graphviz/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4a13469f3043 -r 5caea82c82ac graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile        Thu May 11 21:45:00 2006 +0000
+++ b/graphics/graphviz/Makefile        Thu May 11 21:51:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2006/04/17 13:45:58 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2006/05/11 21:51:40 jmc Exp $
 
 DISTNAME=      graphviz-2.6
 PKGREVISION=   5
@@ -12,6 +12,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_LIBTOOL=           yes
+USE_LANGUAGES=          c c++
 USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         yes
 XAW_TYPE=              standard



Home | Main Index | Thread Index | Old Index