freebsd-ports/x11-wm/jewel
Tobias Kortkamp b3beda7f98 x11-wm/jewel: Fix build with Clang 6
windowmanager.cc:1929:24: error: non-constant-expression cannot be narrowed from type 'int' to 'CARD32' (aka 'unsigned long') in initializer list [-Wc++11-narrowing]
        CARD32 geometry[] = { xres, yres };
                              ^~~~
windowmanager.cc:1929:24: note: insert an explicit cast to silence this issue
        CARD32 geometry[] = { xres, yres };
                              ^~~~
                              static_cast<CARD32>( )

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/jewel-0.12.41_4.log

- Make sure the build respects CXXFLAGS
2018-08-25 13:48:09 +00:00
..
files
distinfo
Makefile
pkg-descr
pkg-plist