diff options
author | wiz <wiz> | 2003-01-21 12:13:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-01-21 12:13:53 +0000 |
commit | d3d46fa868cb728a64639ebb7f095304f7c96786 (patch) | |
tree | e09a10698618869ce44ec924a8a17eab74b661de /graphics/libwmf | |
parent | e1354c1d0efd6259d0a7ff38db57a59788a5f54b (diff) | |
download | pkgsrc-d3d46fa868cb728a64639ebb7f095304f7c96786.tar.gz |
Fix build when gtk2 is found.
Diffstat (limited to 'graphics/libwmf')
-rw-r--r-- | graphics/libwmf/distinfo | 4 | ||||
-rw-r--r-- | graphics/libwmf/patches/patch-ad | 15 |
2 files changed, 14 insertions, 5 deletions
diff --git a/graphics/libwmf/distinfo b/graphics/libwmf/distinfo index bbdb6afa3af..f5517fe6149 100644 --- a/graphics/libwmf/distinfo +++ b/graphics/libwmf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2003/01/20 21:46:48 drochner Exp $ +$NetBSD: distinfo,v 1.9 2003/01/21 12:13:53 wiz Exp $ SHA1 (libwmf-0.2.8.tar.gz) = e129c259070952a1c258a942d842e16ada494a32 Size (libwmf-0.2.8.tar.gz) = 1620489 bytes -SHA1 (patch-ad) = 896663daf56535f112ac03e03cef59ac09c870e5 +SHA1 (patch-ad) = fb3308e3ab12272af841f6b4a564894248085d9b diff --git a/graphics/libwmf/patches/patch-ad b/graphics/libwmf/patches/patch-ad index 0edbb0ab86c..eff70a83579 100644 --- a/graphics/libwmf/patches/patch-ad +++ b/graphics/libwmf/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.3 2001/12/10 13:56:43 taca Exp $ +$NetBSD: patch-ad,v 1.4 2003/01/21 12:13:54 wiz Exp $ ---- configure.orig Sun Oct 28 22:09:22 2001 +--- configure.orig Wed Dec 11 16:23:36 2002 +++ configure -@@ -8714,7 +8714,7 @@ +@@ -9362,7 +9362,7 @@ else # It would also be nice to do this for all -L options, not just this one. if test -n "$x_libraries"; then @@ -11,3 +11,12 @@ $NetBSD: patch-ad,v 1.3 2001/12/10 13:56:43 taca Exp $ # For Solaris; some versions of Sun CC require a space after -R and # others require no space. Words are not sufficient . . . . case `(uname -sr) 2>/dev/null` in +@@ -12664,7 +12664,7 @@ echo "${ECHO_T}$GDK_PIXBUF_LIBS" >&6 + + GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0` + GDK_PIXBUF_DIR="gtk-2.0/$GTK_VERSION/loaders" +- wmf_gdk_pixbuf=yes ++ wmf_gdk_pixbuf=no + + else + wmf_gdk_pixbuf=no |