diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-22 08:05:46 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-22 08:05:46 +0000 |
commit | 9c0b6d700f87a617fcc1198aee4d5ff0e898ed07 (patch) | |
tree | 2524be6e345780bff7ba7e50adf6bd20f7bb0c6a /x11-libs/libXinerama | |
parent | added vserver-sources-2.1.0_pre1 (diff) | |
download | gentoo-2-9c0b6d700f87a617fcc1198aee4d5ff0e898ed07.tar.gz gentoo-2-9c0b6d700f87a617fcc1198aee4d5ff0e898ed07.tar.bz2 gentoo-2-9c0b6d700f87a617fcc1198aee4d5ff0e898ed07.zip |
Look for xineramaproto, not panoramix. Reported by steev.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-libs/libXinerama')
-rw-r--r-- | x11-libs/libXinerama/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libXinerama/files/xineramaproto.patch | 12 | ||||
-rw-r--r-- | x11-libs/libXinerama/libXinerama-0.99.0.ebuild | 6 |
3 files changed, 21 insertions, 3 deletions
diff --git a/x11-libs/libXinerama/ChangeLog b/x11-libs/libXinerama/ChangeLog index 25d1900f20cc..b2c4866dcd16 100644 --- a/x11-libs/libXinerama/ChangeLog +++ b/x11-libs/libXinerama/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXinerama # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXinerama/ChangeLog,v 1.4 2005/08/20 22:51:14 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXinerama/ChangeLog,v 1.5 2005/08/22 08:02:57 spyderous Exp $ + + 22 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +files/xineramaproto.patch, libXinerama-0.99.0.ebuild: + Look for xineramaproto, not panoramix. Reported by steev. 20 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; libXinerama-0.99.0.ebuild: diff --git a/x11-libs/libXinerama/files/xineramaproto.patch b/x11-libs/libXinerama/files/xineramaproto.patch new file mode 100644 index 000000000000..7697430effb1 --- /dev/null +++ b/x11-libs/libXinerama/files/xineramaproto.patch @@ -0,0 +1,12 @@ +diff -urN libXinerama-0.99.0.orig/configure.ac libXinerama-0.99.0/configure.ac +--- libXinerama-0.99.0.orig/configure.ac 2005-08-01 13:15:28.000000000 -0700 ++++ libXinerama-0.99.0/configure.ac 2005-08-22 00:58:55.000000000 -0700 +@@ -33,7 +33,7 @@ + AC_PROG_LIBTOOL + + # Check for dependencies +-PKG_CHECK_MODULES(DEP, x11 xext xextproto panoramixproto) ++PKG_CHECK_MODULES(DEP, x11 xext xextproto xineramaproto) + + AC_SUBST(DEP_CFLAGS) + AC_SUBST(DEP_LIBS) diff --git a/x11-libs/libXinerama/libXinerama-0.99.0.ebuild b/x11-libs/libXinerama/libXinerama-0.99.0.ebuild index e758161c6c36..098f3eb2d9aa 100644 --- a/x11-libs/libXinerama/libXinerama-0.99.0.ebuild +++ b/x11-libs/libXinerama/libXinerama-0.99.0.ebuild @@ -1,12 +1,14 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXinerama/libXinerama-0.99.0.ebuild,v 1.4 2005/08/20 22:51:14 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXinerama/libXinerama-0.99.0.ebuild,v 1.5 2005/08/22 08:02:57 spyderous Exp $ # Must be before x-modular eclass is inherited -#SNAPSHOT="yes" +SNAPSHOT="yes" inherit x-modular +PATCHES="${FILESDIR}/xineramaproto.patch" + DESCRIPTION="X.Org Xinerama library" #HOMEPAGE="http://foo.bar.com/" #SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" |