Subject: CVS commit: pkgsrc/x11/xcb-util-image
From: John Marino
Date: 2012-08-18 10:04:26
Message id: 20120818080426.23F83175DD@cvs.netbsd.org

Log Message:
x11/xcb-util-image: Fix build for some compilers.

gcc44 complains "control reaches end of non-void function" on DragonFly
Apparently gcc45+ recognizes the assert, but for those compilers that don't,
putting a dummy return value won't hurt anything and it fixes the build
at least for gcc 4.4.

Files:
RevisionActionfile
1.2modifypkgsrc/x11/xcb-util-image/distinfo
1.1addpkgsrc/x11/xcb-util-image/patches/patch-image_xcb__image.c