From cdc5a66b71b4fbf3ee3751106a06da78de432e54 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sun, 19 Oct 2003 11:40:53 +0000 Subject: [PATCH] fix platform checks --- icon/icon.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icon/icon.spec b/icon/icon.spec index 6480f17011..68e83d64bc 100644 --- a/icon/icon.spec +++ b/icon/icon.spec @@ -37,7 +37,7 @@ Distribution: OpenPKG [PLUS] Group: Language License: GPL Version: %{V_here} -Release: 20030918 +Release: 20031019 # list of sources Source0: ftp://ftp.cs.arizona.edu/icon/packages/unix/icon.v%{V_real}src.tgz @@ -66,8 +66,8 @@ AutoReqProv: no case "%{l_platform -t}" in *-freebsd* ) name="freebsd" ;; *-linux* ) name="linux" ;; - ix86-sunos* ) name="intel_solaris" ;; - sparc*-sunos* ) name="sun_gcc" ;; + i?86-sunos* ) name="intel_solaris" ;; + sun*-sunos* ) name="sun_gcc" ;; * ) echo "platform %{l_platform -t} not supported" 1>&2; exit 1 ;; esac %{l_make} %{l_mflags} Configure name=$name