xorg ports: Add -Werror=uninitialized to CFLAGS
Add -Werror=uninitialized to CFLAGS for ports specifying
xorg-cat:[driver,lib,xserver]. There has been cases in the past when use of
uninitialized variables have caused crashes, so add this as an error to
detect it early.