diff options
author | wiz <wiz@pkgsrc.org> | 2012-04-22 08:52:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-04-22 08:52:18 +0000 |
commit | 82bb3e9280303d806327e1eb9531efde2a189a86 (patch) | |
tree | 2de5d60681ced1922198803025bc54e350e9356c /lang | |
parent | 7790b9f87bb862befc583c80d578811c077e74fa (diff) | |
download | pkgsrc-82bb3e9280303d806327e1eb9531efde2a189a86.tar.gz |
Fix typo.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc47/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc47/options.mk b/lang/gcc47/options.mk index 021b449b06b..684629c4ce3 100644 --- a/lang/gcc47/options.mk +++ b/lang/gcc47/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2012/04/22 08:19:59 sbd Exp $ +# $NetBSD: options.mk,v 1.5 2012/04/22 08:52:18 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.${GCC_PKGNAME} PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran gcc-java \ @@ -16,7 +16,7 @@ PKG_SUGGESTED_OPTIONS+= gcc-java ### ### Determine if multilib is avalible. ### -MULTILIB_SUPPORTED?= unknowen +MULTILIB_SUPPORTED?= unknown .if !empty(MACHINE_PLATFORM:MLinux-*-x86_64) . if exists(/usr/include/gnu/stubs-64.h) && \ !exists(/usr/include/gnu/stubs-32.h) |