From 968047e532f017a3b56f6b4e19538dcc9b607d03 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 5 Mar 2012 04:00:44 +0000 Subject: Give the package configure script the host type names for "solaris" that it says it wants. --- lang/icon/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/icon') diff --git a/lang/icon/Makefile b/lang/icon/Makefile index bca37092e98..282b32cca24 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2011/03/01 10:08:26 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2012/03/05 04:00:44 dholland Exp $ DISTNAME= icon.v943src PKGNAME= icon-9.4.3 @@ -46,9 +46,9 @@ NAME= linux .elif ${OPSYS} == "SunOS" . if !empty(CC_VERSION:M*gcc*) -NAME= sun_gcc +NAME= solaris . elif !empty(CC_VERSION:MSun) -NAME= sun_sunc +NAME= solaris_sunc . else PKG_FAIL_REASON+= "${PKGNAME} does not know about "${CC_VERSION:Q} . endif -- cgit v1.2.3