diff options
author | Tom William Payne <twp@gentoo.org> | 2004-09-10 19:29:08 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2004-09-10 19:29:08 +0000 |
commit | 19fe708ab502eb17eba5a549a43af88372c8d4be (patch) | |
tree | 725d822e13bc4bbafee407e6794ee36de7274fee /x11-libs/cairo/cairo-0.1.23-r1.ebuild | |
parent | Updated the BMP fix patch. (Manifest recommit) (diff) | |
download | gentoo-2-19fe708ab502eb17eba5a549a43af88372c8d4be.tar.gz gentoo-2-19fe708ab502eb17eba5a549a43af88372c8d4be.tar.bz2 gentoo-2-19fe708ab502eb17eba5a549a43af88372c8d4be.zip |
Respect user's PKG_CONFIG_PATH. Bug # 62814. Stable on x86.
Diffstat (limited to 'x11-libs/cairo/cairo-0.1.23-r1.ebuild')
-rw-r--r-- | x11-libs/cairo/cairo-0.1.23-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/cairo/cairo-0.1.23-r1.ebuild b/x11-libs/cairo/cairo-0.1.23-r1.ebuild index 52ae9fb6c488..dbfb443c803f 100644 --- a/x11-libs/cairo/cairo-0.1.23-r1.ebuild +++ b/x11-libs/cairo/cairo-0.1.23-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.23-r1.ebuild,v 1.3 2004/09/01 00:12:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.23-r1.ebuild,v 1.4 2004/09/10 19:29:08 twp Exp $ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" @@ -19,7 +19,7 @@ DEPEND="virtual/x11 >=media-libs/libpixman-0.1.1" src_compile() { - PKG_CONFIG_PATH=${FILESDIR} econf || die + PKG_CONFIG_PATH=${PKG_CONFIG_PATH+$PKG_CONFIG_PATH:}${FILESDIR} econf || die emake || die } |