Tue Feb 9 17:24:49 2010 UTC ()
configure wants m4 that understands -I


(tnn)
diff -r1.5 -r1.6 pkgsrc/x11/xcb-util/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/x11/xcb-util/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xcb-util/Makefile 2010/02/08 14:07:47 1.5
+++ pkgsrc/x11/xcb-util/Makefile 2010/02/09 17:24:49 1.6
@@ -1,29 +1,29 @@ @@ -1,29 +1,29 @@
1# $NetBSD: Makefile,v 1.5 2010/02/08 14:07:47 tnn Exp $ 1# $NetBSD: Makefile,v 1.6 2010/02/09 17:24:49 tnn Exp $
2# 2#
3 3
4DISTNAME= xcb-util-0.3.6 4DISTNAME= xcb-util-0.3.6
5CATEGORIES= x11 5CATEGORIES= x11
6MASTER_SITES= http://xcb.freedesktop.org/dist/ 6MASTER_SITES= http://xcb.freedesktop.org/dist/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= bjs@NetBSD.org 9MAINTAINER= bjs@NetBSD.org
10HOMEPAGE= http://xcb.freedesktop.org/ 10HOMEPAGE= http://xcb.freedesktop.org/
11COMMENT= XCB Utilities 11COMMENT= XCB Utilities
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_TOOLS+= pkg-config gmake m4 16USE_TOOLS+= pkg-config gmake gm4
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18 18
19PKGCONFIG_OVERRIDE+= atom/xcb-atom.pc.in 19PKGCONFIG_OVERRIDE+= atom/xcb-atom.pc.in
20PKGCONFIG_OVERRIDE+= aux/xcb-aux.pc.in 20PKGCONFIG_OVERRIDE+= aux/xcb-aux.pc.in
21PKGCONFIG_OVERRIDE+= event/xcb-event.pc.in 21PKGCONFIG_OVERRIDE+= event/xcb-event.pc.in
22PKGCONFIG_OVERRIDE+= icccm/xcb-icccm.pc.in 22PKGCONFIG_OVERRIDE+= icccm/xcb-icccm.pc.in
23PKGCONFIG_OVERRIDE+= image/xcb-image.pc.in 23PKGCONFIG_OVERRIDE+= image/xcb-image.pc.in
24PKGCONFIG_OVERRIDE+= keysyms/xcb-keysyms.pc.in 24PKGCONFIG_OVERRIDE+= keysyms/xcb-keysyms.pc.in
25PKGCONFIG_OVERRIDE+= property/xcb-property.pc.in 25PKGCONFIG_OVERRIDE+= property/xcb-property.pc.in
26PKGCONFIG_OVERRIDE+= renderutil/xcb-renderutil.pc.in 26PKGCONFIG_OVERRIDE+= renderutil/xcb-renderutil.pc.in
27PKGCONFIG_OVERRIDE+= reply/xcb-reply.pc.in 27PKGCONFIG_OVERRIDE+= reply/xcb-reply.pc.in
28 28
29.include "../../devel/gperf/buildlink3.mk" 29.include "../../devel/gperf/buildlink3.mk"