pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/graphics/gdk-pixbuf2



On Mon, Aug 26, 2013 at 02:38:56PM +0000, Richard PALO wrote:
> Module Name:  pkgsrc
> Committed By: richard
> Date:         Mon Aug 26 14:38:56 UTC 2013
> 
> Modified Files:
>       pkgsrc/graphics/gdk-pixbuf2: Makefile distinfo
> Added Files:
>       pkgsrc/graphics/gdk-pixbuf2/patches:
>           patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c
>           patch-gdk-pixbuf_gdk-pixbuf.h patch-gdk-pixbuf_io-icns.c
> 
> Log Message:
> correct fix for solaris-i386 redefinition warnings in gdk-pixbuf2

This fix is not usable as-is.

gdk-pixbuf/gdk-pixbuf.h is an installed file, so packages using it are
now looking for config.h and not finding it (or a wrong one).

Example: libgsf now fails with:

gmake[2]: Entering directory 
`/scratch/devel/libgsf/work/libgsf-1.14.28/thumbnailer'
  CC     main.o
In file included from main.c:29:0:
/scratch/devel/libgsf/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:30:20:
 fatal error: config.h: No such file or directory
compilation terminated.

Please fix this!

Thanks,
 Thomas



Home | Main Index | Thread Index | Old Index