pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/gcc47 The 'gcc-objc++' should enable both the 'gc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5320de737220
branches: trunk
changeset: 602793:5320de737220
user: sbd <sbd%pkgsrc.org@localhost>
date: Sun Apr 22 08:19:59 2012 +0000
description:
The 'gcc-objc++' should enable both the 'gcc-c++' and 'gcc-objc' options.
diffstat:
lang/gcc47/options.mk | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r a6baa939b9e8 -r 5320de737220 lang/gcc47/options.mk
--- a/lang/gcc47/options.mk Sun Apr 22 08:17:16 2012 +0000
+++ b/lang/gcc47/options.mk Sun Apr 22 08:19:59 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2012/04/22 08:14:22 sbd Exp $
+# $NetBSD: options.mk,v 1.4 2012/04/22 08:19:59 sbd Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.${GCC_PKGNAME}
PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran gcc-java \
@@ -82,6 +82,9 @@
. if empty(PKG_OPTIONS:Mgcc-c++)
PKG_OPTIONS+= gcc-c++
. endif
+. if empty(PKG_OPTIONS:Mgcc-objc)
+PKG_OPTIONS+= gcc-objc
+. endif
LANGS+= obj-c++
.endif
Home |
Main Index |
Thread Index |
Old Index