Date: Sat, 15 May 2010 16:11:58 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk20 Makefile ports/x11-toolkits/gtk20/files patch-gdk-pixbuf_io-png.c Message-ID: <201005151611.o4FGBwdu017675@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kwm 2010-05-15 16:11:58 UTC
FreeBSD ports repository
Modified files:
x11-toolkits/gtk20 Makefile
x11-toolkits/gtk20/files patch-gdk-pixbuf_io-png.c
Log:
Forced commit for correct commit message.
Gtk 2.20.x got a bug fix because libpng 1.2 defines png_guint_32 as
unsigned long. However png 1.4.x fixed the problem, so png_guint_32 is now
properly defined as unsigned int. Now undo the fix in gtk so it uses a
unsigned int with png 1.4.
Submitted by: nox@
Revision Changes Path
1.244 +0 -0 ports/x11-toolkits/gtk20/Makefile
1.2 +0 -0 ports/x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-png.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005151611.o4FGBwdu017675>
