summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2014-09-30 16:29:42 +0000
committerjstebbins <[email protected]>2014-09-30 16:29:42 +0000
commit0905b536be9434f9fa91e967b21cf5db17e82ac6 (patch)
tree6194a81be371320e14e76aa9e80ca027852387a1 /test
parentb4aedb86a4748ec903f95c0c99e76fd3272a726d (diff)
test: fix linking on kfreebsd systems
Thanks to Sebastian Ramacher for the patch git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6424 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r--test/module.defs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/module.defs b/test/module.defs
index 4c81c2c26..37187ed99 100644
--- a/test/module.defs
+++ b/test/module.defs
@@ -48,6 +48,8 @@ ifeq ($(BUILD.system),darwin)
TEST.GCC.l += iconv
else ifeq ($(BUILD.system),linux)
TEST.GCC.l += pthread dl m
+else ifeq ($(BUILD.system),kfreebsd)
+ TEST.GCC.l += pthread dl m
else ifeq ($(BUILD.system),solaris)
TEST.GCC.l += pthread nsl socket iconv
TEST.GCC.D += _POSIX_C_SOURCE=200112L __EXTENSIONS__