Le 05/09/2014 18:24, Timothy Pearson a écrit :
Well that's *really* cool! I'm somewhat surprised it took so much
patching; if there are trivial patches in there I'd like to push them to
GIT before R14 release. Any chance of getting a patch tarball?
Thanks!
Tim
And now, the patches for Arts.
patch-cmake_modules_tdemacros_cmake
=> Fix shared library naming convention for openbsd
=> Fix FTBFS due to "-z now" unsupported option
patch-artsc_cmakelists_txt
=> Fix link flag to the "dl" library
patch-config_h_cmake
patch-flow_audioiosndio_cc
patch-flow_cmakelists_txt
=> Add support for the "sndio" sound system (the only one that exists on
openbsd)
patch-cmakelists_txt
=> Add cmake option tu build the "sndio" support
=> Fix the "HAVE_LIBDL" flag detection
Please notice: in the autotools stuff (libltdl/ltdl.m4), it is written
that HAVE_LIBDL should be enabled if you have the "dl" library
(libdl.so) OR equivalent.
Under openbsd, there is no libdl.so BUT the "dlopen" function exists, to
HAVE_LIBDL should be enabled.
Francois