diff options
-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) |