From 066aa49bbdf13897c3ce8c6558367cf6cd6fdb32 Mon Sep 17 00:00:00 2001 From: dynaflash Date: Thu, 15 Nov 2012 17:57:29 +0000 Subject: [PATCH] =?utf8?q?Introduce=20Solaris=20Support=20-=20Patch=20from?= =?utf8?q?=20icchan=20=E2=80=A6=20thanks=20!=20-=20At=20some=20point=20in?= =?utf8?q?=20the=20past,=20this=20was=20probably=20dropped.=20Re-adding=20?= =?utf8?q?it=20now=20as=20a=20pre-requisite=20for=20several=20upcoming=20p?= =?utf8?q?atches=20to=20fix=20the=20build=20on=20Solaris=2010.=20-=20Revie?= =?utf8?q?wBoard=20link=20here=20https://reviews.handbrake.fr/r/364/?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5063 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- make/configure.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make/configure.py b/make/configure.py index b6fe3b60c..3c73d8949 100644 --- a/make/configure.py +++ b/make/configure.py @@ -570,6 +570,8 @@ class ArchAction( Action ): self.mode.mode = 'ppc64' elif host.match( '*-*-linux*' ): pass + elif host.match( '*-*-solaris*' ): + pass else: self.msg_pass = 'WARNING' -- 2.40.0