pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/30006: patch for gdk-pixbuf.m4 in gdk-pixbuf-0.22.0nb4
>Number: 30006
>Category: pkg
>Synopsis: patch for gdk-pixbuf.m4 in gdk-pixbuf-0.22.0nb4
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Apr 19 06:16:01 +0000 2005
>Originator: jklowden%schemamania.org@localhost
>Release: NetBSD 2.0
>Organization:
>Environment:
System: NetBSD oak.schemamania.org 2.0 NetBSD 2.0 (GENERIC) #0: Wed Dec 1
10:58:25 UTC 2004
builds@build:/big/builds/ab/netbsd-2-0-RELEASE/i386/200411300000Z-obj/big/builds/ab/netbsd-2-0-RELEASE/src/sys/arch/i386/compile/GENERIC
i386
Architecture: i386
Machine: i386
>Description:
When automake is invoked, it complains:
/usr/pkg/share/aclocal/gdk-pixbuf.m4:12: \
warning: underquoted definition of AM_PATH_GDK_PIXBUF
It's only a warning, and the annoyance level is small. But it's
also easy to fix (if you know how).
>How-To-Repeat:
I think this occurs whenever automake is invoked and gdk-pixbuf is
installed.
>Fix:
Apply this patch:
--- gdk-pixbuf.m4 2005-03-27 20:58:52.000000000 -0500
+++ /usr/pkgsrc/graphics/gdk-pixbuf/work/gdk-pixbuf-0.22.0/gdk-pixbuf.m4
2005-04-19 01:17:31.000000000 -0400
@@ -9,7 +9,7 @@
dnl AM_PATH_GDK_PIXBUF([MINIMUM-VERSION, [ACTION-IF-FOUND [,
ACTION-IF-NOT-FOUND]]])
dnl Test for GDK_PIXBUF, and define GDK_PIXBUF_CFLAGS and GDK_PIXBUF_LIBS
dnl
-AC_DEFUN(AM_PATH_GDK_PIXBUF,
+AC_DEFUN([AM_PATH_GDK_PIXBUF],
[dnl
dnl Get the cflags and libraries from the gdk-pixbuf-config script
dnl
Home |
Main Index |
Thread Index |
Old Index