Bug#730976: handbrake: FTBFS on kfreebsd-*
Petr Salinger
Petr.Salinger at seznam.cz
Sat Sep 13 12:34:16 UTC 2014
tags -1 + patch
--
It sufficess to link with pthread, using patch bellow.
Cheers
Petr
--- test/module.defs
+++ test/module.defs
@@ -46,6 +46,8 @@
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__
More information about the pkg-multimedia-maintainers
mailing list