pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc47 Fix typo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d13b150b2b3a
branches:  trunk
changeset: 602800:d13b150b2b3a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 22 08:52:18 2012 +0000

description:
Fix typo.

diffstat:

 lang/gcc47/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e21bb3143975 -r d13b150b2b3a lang/gcc47/options.mk
--- a/lang/gcc47/options.mk     Sun Apr 22 08:45:49 2012 +0000
+++ b/lang/gcc47/options.mk     Sun Apr 22 08:52:18 2012 +0000
@@ -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 @@
 ###
 ### 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)



Home | Main Index | Thread Index | Old Index