summaryrefslogtreecommitdiffstats
path: root/make/include
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-10-13 15:26:07 +0000
committerjstebbins <[email protected]>2009-10-13 15:26:07 +0000
commitc7909c14eb06e4f11880f122dfb032b57a71398c (patch)
tree70b457ed5bf3e26f7afd07deedb5fe342e4989de /make/include
parent196e7314a9287809f5a2fb2f75f5a312c14ab17c (diff)
build system: solaris 10 support
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2882 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make/include')
-rw-r--r--make/include/main.defs4
1 files changed, 4 insertions, 0 deletions
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