Unbork the xau build with automake 1.9.x.
authorChris Larson <clarson@kergoth.com>
Sat, 20 Nov 2004 03:31:58 +0000 (03:31 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 20 Nov 2004 03:31:58 +0000 (03:31 +0000)
BKrev: 419ebaaer_UkE2AGY-seu13uYEfRBg

xau/files/autofoo.patch [new file with mode: 0644]
xau/xau_0.1.1.oe
xau/xau_cvs.oe

diff --git a/xau/files/autofoo.patch b/xau/files/autofoo.patch
new file mode 100644 (file)
index 0000000..e69de29
index 33cfacd..c717e63 100644 (file)
@@ -3,8 +3,10 @@ PRIORITY = "optional"
 MAINTAINER = "Greg Gilbert <greg@treke.net>"
 DEPENDS = "xproto"
 DESCRIPTION = "Authorization Protocol for X."
+PR = "r1"
 
-SRC_URI = "${XLIBS_MIRROR}/libXau-${PV}.tar.bz2"
+SRC_URI = "${XLIBS_MIRROR}/libXau-${PV}.tar.bz2 \
+          file://autofoo.patch;patch=1"
 S = "${WORKDIR}/libXau-${PV}"
 
 inherit autotools pkgconfig 
index a3fd1f1..bf30ee9 100644 (file)
@@ -1,11 +1,13 @@
 PV = "0.0cvs${CVSDATE}"
+PR = "r1"
 SECTION = "x11/libs"
 PRIORITY = "optional"
 MAINTAINER = "Greg Gilbert <greg@treke.net>"
 DEPENDS = "xproto"
 DESCRIPTION = "Authorization Protocol for X."
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xau"
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xau \
+          file://autofoo.patch;patch=1"
 S = "${WORKDIR}/Xau"
 
 inherit autotools pkgconfig