summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-04-18 07:10:40 +0000
committerobache <obache@pkgsrc.org>2012-04-18 07:10:40 +0000
commitb2cfa8150ec5847f1785014af606d886094e7794 (patch)
tree435ddceb658968656491c6123f8b0021e5a76e05 /lang
parentf721e1b56d52f99f3c2d099cc21c46b4b433df91 (diff)
downloadpkgsrc-b2cfa8150ec5847f1785014af606d886094e7794.tar.gz
fixes malformed conditional with MULTILIB_SUPPORTED.
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc47/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc47/options.mk b/lang/gcc47/options.mk
index 706809a3735..a985d47a892 100644
--- a/lang/gcc47/options.mk
+++ b/lang/gcc47/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2012/04/16 04:27:18 sbd Exp $
+# $NetBSD: options.mk,v 1.2 2012/04/18 07:10:40 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.${GCC_PKGNAME}
PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran gcc-java \
@@ -16,6 +16,7 @@ PKG_SUGGESTED_OPTIONS+= gcc-java
###
### Determine if multilib is avalible.
###
+MULTILIB_SUPPORTED?= Yes
.if !empty(MACHINE_PLATFORM:MLinux-*-x86_64) && \
exists(/usr/include/gnu/stubs-64.h) && \
!exists(/usr/include/gnu/stubs-32.h)