diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-25 17:06:08 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-25 17:06:08 +0000 |
commit | 0b4bb330315d3719fcafb7fee017f9b5233e64d5 (patch) | |
tree | 7f64b2256cfdd599ce8deab7289705132f7a5139 /meta-pkgs | |
parent | 31e0f236890f258fb97cc44149bd228876fe7786 (diff) | |
download | pkgsrc-0b4bb330315d3719fcafb7fee017f9b5233e64d5.tar.gz |
USE_LANGUAGES+= c
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/boost/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common index 8f04dd6a2da..5ba11f02d88 100644 --- a/meta-pkgs/boost/Makefile.common +++ b/meta-pkgs/boost/Makefile.common @@ -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 @@ CONFLICTS+= boost<1.32.0 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 |