xfce4-panel-4.9.0 build failure on FreeBSD 10.0-CURRENT
Andrzej
ndrwrdck at googlemail.com
Sun Feb 12 09:47:21 CET 2012
On 02/12/2012 03:25 PM, Conrad J. Sabatier wrote:
> Just tried compiling xfce4-panel-4.9.0, but got a failure in
> plugins/clock/clock.c, due to the lack of the type "sigval_t", which
> FreeBSD does not define in either<signal.h> or<sys/signal.h>.
AFAIK this has been fixed in git master (commit
9430906f6d82f5d66e835b8e924ff8beed58d109):
static void
-clock_plugin_timeout_expired (sigval_t info)
+clock_plugin_timeout_expired (union sigval info)
{
ClockPluginTimeout *timeout = info.sival_ptr;
Andrzej
More information about the Xfce
mailing list