cvs commit: ports/x11-toolkits/gtk20 Makefile ports/x11-toolkits/gtk20/files patch-gdk-pixbuf_io-png.c

Koop Mast kwm at FreeBSD.org
Sat May 15 16:11:58 UTC 2010


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


More information about the cvs-ports mailing list