CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/08/20 21:22:50
Modified files:
x11/worker : Makefile
Added files:
x11/worker/patches: patch-src_aguix_aguix_cc
patch-src_aguix_aguix_h
patch-src_aguix_awindow_cc
patch-src_worker_net_wm_icon_h
Log message:
Upstream mistakenly uses a signed long in a place where they should be
using an unsigned long, which triggers a build failure (-Wc++11-narrowing)
on 32-bit systems.
I have reported this upstream.
Bump REVISION.
Thanks to sthen@'s i386 build failures emails, which alerted me to the
issue.