diff options
author | dynaflash <[email protected]> | 2012-11-15 18:54:16 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2012-11-15 18:54:16 +0000 |
commit | 9ef5cd354574c56e76436284fafda0dcd250f821 (patch) | |
tree | ac43f4890478b17a7dac58e759e75ba1546aadeb /contrib | |
parent | 47a44b82e9fafa080a120074d4a616182d93faa0 (diff) |
fontconfig: keep cc_archoption empty on Solaris
- patch once again by icchan … thanks!
- Review here https://reviews.handbrake.fr/r/366/
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5065 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/fontconfig/module.defs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/fontconfig/module.defs b/contrib/fontconfig/module.defs index b06300222..874064106 100644 --- a/contrib/fontconfig/module.defs +++ b/contrib/fontconfig/module.defs @@ -19,6 +19,8 @@ ifeq ($(BUILD.system),mingw) FONTCONFIG.config_archoption = --with-arch=i386 else ifeq ($(BUILD.system),linux) FONTCONFIG.cc_archoption = +else ifeq ($(BUILD.system),solaris) + FONTCONFIG.cc_archoption = else FONTCONFIG.cc_archoption = -arch $(FONTCONFIG.GCC.archs) FONTCONFIG.config_archoption = --with-arch=$(FONTCONFIG.GCC.archs) |