summaryrefslogtreecommitdiff
path: root/lang/icon/Makefile
diff options
context:
space:
mode:
authordholland <dholland>2012-03-05 04:00:44 +0000
committerdholland <dholland>2012-03-05 04:00:44 +0000
commit4b5a2d7366280f393711f81a0effcc44b0dadc95 (patch)
tree0c79b532a3664cbcbcc49dac4417ec2f212b1398 /lang/icon/Makefile
parent166dda63282c1539806123eafaed9fb5a03b1f2a (diff)
downloadpkgsrc-4b5a2d7366280f393711f81a0effcc44b0dadc95.tar.gz
Give the package configure script the host type names for "solaris" that
it says it wants.
Diffstat (limited to 'lang/icon/Makefile')
-rw-r--r--lang/icon/Makefile6
1 files changed, 3 insertions, 3 deletions
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