summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-20 04:09:43 +0000
committerChris Larson <clarson@kergoth.com>2004-11-20 04:09:43 +0000
commitd3d37433467ee4194aa0ce45bfa439e092e692e7 (patch)
tree153f063c9d9cb0c90098345ea9dfc0cd25e1b811 /x11
parentd4e2a57ef41584fd74dbb272f906650851afa7ae (diff)
Unbork x11 build w/ automake 1.9.x.
BKrev: 419ec3876-Q6xcU9jbpr06p_4Pd20g
Diffstat (limited to 'x11')
-rw-r--r--x11/files/autofoo.patch0
-rw-r--r--x11/x11_6.2.1.oe4
-rw-r--r--x11/x11_cvs.oe4
3 files changed, 6 insertions, 2 deletions
diff --git a/x11/files/autofoo.patch b/x11/files/autofoo.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/x11/files/autofoo.patch
diff --git a/x11/x11_6.2.1.oe b/x11/x11_6.2.1.oe
index f83baa8090..e8472d9cb7 100644
--- a/x11/x11_6.2.1.oe
+++ b/x11/x11_6.2.1.oe
@@ -5,8 +5,10 @@ DEPENDS = "xproto xextensions xau xtrans xdmcp"
DESCRIPTION = "Base X libs."
FILES_${PN}_append = " ${datadir}/X11"
PROVIDES = "x11"
+PR = "r1"
-SRC_URI = "${XLIBS_MIRROR}/libX11-${PV}.tar.bz2"
+SRC_URI = "${XLIBS_MIRROR}/libX11-${PV}.tar.bz2 \
+ file://autofoo.patch;patch=1"
S = "${WORKDIR}/libX11-${PV}"
inherit autotools pkgconfig
diff --git a/x11/x11_cvs.oe b/x11/x11_cvs.oe
index 4c52bf382f..0a551cf42c 100644
--- a/x11/x11_cvs.oe
+++ b/x11/x11_cvs.oe
@@ -1,4 +1,5 @@
PV = "0.0cvs${CVSDATE}"
+PR = "r1"
SECTION = "x11/libs"
PRIORITY = "optional"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
@@ -7,7 +8,8 @@ DESCRIPTION = "Base X libs."
FILES_${PN}_append = " ${datadir}/X11"
PROVIDES = "x11"
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=X11"
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=X11 \
+ file://autofoo.patch;patch=1"
S = "${WORKDIR}/X11"
inherit autotools pkgconfig