]> granicus.if.org Git - handbrake/commitdiff
Introduce Solaris Support
authordynaflash <dynaflashtech@gmail.com>
Thu, 15 Nov 2012 17:57:29 +0000 (17:57 +0000)
committerdynaflash <dynaflashtech@gmail.com>
Thu, 15 Nov 2012 17:57:29 +0000 (17:57 +0000)
- Patch from icchan … thanks !
- At some point in the past, this was probably dropped. Re-adding it now as a pre-requisite for several upcoming patches to fix the build on Solaris 10.
- ReviewBoard link here https://reviews.handbrake.fr/r/364/

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5063 b64f7644-9d1e-0410-96f1-a4d463321fa5

make/configure.py

index b6fe3b60c8df8625a17b556f60d03d9445aa8488..3c73d89493af7fdbbe172355a937249da30e6a6e 100644 (file)
@@ -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'