diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-20 03:42:53 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-20 03:42:53 +0000 |
commit | d4e2a57ef41584fd74dbb272f906650851afa7ae (patch) | |
tree | 1add3ffe35064e82b995faff76bdca999017d815 /xdmcp | |
parent | d5538cf0d675772c90f0a73713aca29bb69f1958 (diff) |
Unbork libxdmcp build with automake 1.9.x.
BKrev: 419ebd3dlJeRI6b0YzERhd052FBMSQ
Diffstat (limited to 'xdmcp')
-rw-r--r-- | xdmcp/files/autofoo.patch | 0 | ||||
-rw-r--r-- | xdmcp/libxdmcp_0.1.1.oe | 4 | ||||
-rw-r--r-- | xdmcp/libxdmcp_0.1.3.oe | 4 | ||||
-rw-r--r-- | xdmcp/libxdmcp_cvs.oe | 4 |
4 files changed, 9 insertions, 3 deletions
diff --git a/xdmcp/files/autofoo.patch b/xdmcp/files/autofoo.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xdmcp/files/autofoo.patch diff --git a/xdmcp/libxdmcp_0.1.1.oe b/xdmcp/libxdmcp_0.1.1.oe index 29ab063f19..362ca8220f 100644 --- a/xdmcp/libxdmcp_0.1.1.oe +++ b/xdmcp/libxdmcp_0.1.1.oe @@ -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 diff --git a/xdmcp/libxdmcp_0.1.3.oe b/xdmcp/libxdmcp_0.1.3.oe index 29ab063f19..362ca8220f 100644 --- a/xdmcp/libxdmcp_0.1.3.oe +++ b/xdmcp/libxdmcp_0.1.3.oe @@ -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 diff --git a/xdmcp/libxdmcp_cvs.oe b/xdmcp/libxdmcp_cvs.oe index 2ff12fd39a..ced841eaa3 100644 --- a/xdmcp/libxdmcp_cvs.oe +++ b/xdmcp/libxdmcp_cvs.oe @@ -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 |