pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/boost USE_LANGUAGES+= c



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b06ffc5501a
branches:  trunk
changeset: 515126:2b06ffc5501a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jun 25 17:06:08 2006 +0000

description:
USE_LANGUAGES+= c

diffstat:

 meta-pkgs/boost/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ea6fe950927e -r 2b06ffc5501a meta-pkgs/boost/Makefile.common
--- a/meta-pkgs/boost/Makefile.common   Sun Jun 25 15:25:35 2006 +0000
+++ b/meta-pkgs/boost/Makefile.common   Sun Jun 25 17:06:08 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2006/05/17 16:22:06 tv Exp $
+# $NetBSD: Makefile.common,v 1.8 2006/06/25 17:06:08 rillig Exp $
 #
 
 BOOST_PACKAGE?=                undefined
@@ -30,7 +30,7 @@
 DISTINFO_FILE=         ${.CURDIR}/../../meta-pkgs/boost/distinfo
 PATCHDIR=              ${.CURDIR}/../../meta-pkgs/boost/patches
 
-USE_LANGUAGES+=                c++
+USE_LANGUAGES+=                c c++
 GCC_REQD+=             3.2 # if using gcc; ignored otherwise
 
 # We can't do this at post-extract because the extract cookie will get a



Home | Main Index | Thread Index | Old Index