pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Problem with mk/platform/Interix.mk
On Thu, 21 Apr 2005 08:32:43 -0400 (EDT)
Todd Vierling <tv%duh.org@localhost> wrote:
> One of the big problems with *all* gtk1/gtk2 packages is that there is
> something in glib's dlopen() support ("gmodule") that is not working
> properly on Interix. This causes gtk-pixbuf not to build (separate package
gdk-pixbuf ? I got that to build with a small change to
demo/Makefile.in - patch below (beware line wraps).
*** demo/Makefile.in.orig Thu Apr 21 14:18:51 2005
--- demo/Makefile.in Thu Apr 21 14:19:21 2005
***************
*** 231,237 ****
pixbuf-demo$(EXEEXT): $(pixbuf_demo_OBJECTS) $(pixbuf_demo_DEPENDENCIES)
@rm -f pixbuf-demo$(EXEEXT)
! $(LINK) $(pixbuf_demo_LDFLAGS) $(pixbuf_demo_OBJECTS)
$(pixbuf_demo_LDADD) $(LIBS)
tags: TAGS
--- 231,237 ----
pixbuf-demo$(EXEEXT): $(pixbuf_demo_OBJECTS) $(pixbuf_demo_DEPENDENCIES)
@rm -f pixbuf-demo$(EXEEXT)
! $(LINK) $(pixbuf_demo_LDFLAGS) $(pixbuf_demo_OBJECTS)
$(pixbuf_demo_LDADD) $(LIBJPEG) $(LIBPNG) $(LIBTIFF) $(LIBS)
tags: TAGS
> BTW, the fix for ulimit is now committed to pkgsrc.
Thanks.
Home |
Main Index |
Thread Index |
Old Index