Unbork libxdmcp build with automake 1.9.x.
authorChris Larson <clarson@kergoth.com>
Sat, 20 Nov 2004 03:42:53 +0000 (03:42 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 20 Nov 2004 03:42:53 +0000 (03:42 +0000)
BKrev: 419ebd3dlJeRI6b0YzERhd052FBMSQ

xdmcp/files/autofoo.patch [new file with mode: 0644]
xdmcp/libxdmcp_0.1.1.oe
xdmcp/libxdmcp_0.1.3.oe
xdmcp/libxdmcp_cvs.oe

diff --git a/xdmcp/files/autofoo.patch b/xdmcp/files/autofoo.patch
new file mode 100644 (file)
index 0000000..e69de29
index 29ab063..362ca82 100644 (file)
@@ -4,9 +4,11 @@ MAINTAINER = "Greg Gilbert <greg@treke.net>"
 DEPENDS = "xproto"
 PROVIDES = "xdmcp"
 DESCRIPTION = "X Display Manager Control Protocol library."
+PR = "r1"
 S = "${WORKDIR}/libXdmcp-${PV}"
 
-SRC_URI = "${XLIBS_MIRROR}/libXdmcp-${PV}.tar.bz2"
+SRC_URI = "${XLIBS_MIRROR}/libXdmcp-${PV}.tar.bz2 \
+          file://autofoo.patch;patch=1"
 
 inherit autotools pkgconfig 
 
index 29ab063..362ca82 100644 (file)
@@ -4,9 +4,11 @@ MAINTAINER = "Greg Gilbert <greg@treke.net>"
 DEPENDS = "xproto"
 PROVIDES = "xdmcp"
 DESCRIPTION = "X Display Manager Control Protocol library."
+PR = "r1"
 S = "${WORKDIR}/libXdmcp-${PV}"
 
-SRC_URI = "${XLIBS_MIRROR}/libXdmcp-${PV}.tar.bz2"
+SRC_URI = "${XLIBS_MIRROR}/libXdmcp-${PV}.tar.bz2 \
+          file://autofoo.patch;patch=1"
 
 inherit autotools pkgconfig 
 
index 2ff12fd..ced841e 100644 (file)
@@ -1,4 +1,5 @@
 PV = "0.0cvs${CVSDATE}"
+PR = "r1"
 SECTION = "x11/libs"
 PRIORITY = "optional"
 MAINTAINER = "Greg Gilbert <greg@treke.net>"
@@ -6,7 +7,8 @@ DEPENDS = "xproto"
 PROVIDES = "xdmcp"
 DESCRIPTION = "X Display Manager Control Protocol library."
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdmcp"
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdmcp \
+          file://autofoo.patch;patch=1"
 S = "${WORKDIR}/Xdmcp"
 
 inherit autotools pkgconfig