From c7909c14eb06e4f11880f122dfb032b57a71398c Mon Sep 17 00:00:00 2001 From: jstebbins Date: Tue, 13 Oct 2009 15:26:07 +0000 Subject: build system: solaris 10 support git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2882 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- make/include/main.defs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'make/include') diff --git a/make/include/main.defs b/make/include/main.defs index 90891664e..3228593ba 100644 --- a/make/include/main.defs +++ b/make/include/main.defs @@ -40,6 +40,10 @@ ifneq (,$(filter $(BUILD.system),cygwin mingw)) MODULES += contrib/zlib endif +ifneq (,$(filter $(BUILD.system),solaris)) + MODULES += contrib/libiconv +endif + ## these must come after contrib since some contrib modules are optional MODULES += libhb -- cgit v1.2.3