summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-09-01 22:46:07 +0000
committerChristoph Junghans <ottxor@gentoo.org>2014-09-01 22:46:07 +0000
commita9aeb2fae00966554d07027e696fba0d7b8fd9eb (patch)
tree53bc35b1584a12b46e1221faa7ef9f6dde93390d /gnome-base
parentEAPI bump, ebuild cleanup, fix compilation. Replace einstall with emake insta... (diff)
downloadgentoo-2-a9aeb2fae00966554d07027e696fba0d7b8fd9eb.tar.gz
gentoo-2-a9aeb2fae00966554d07027e696fba0d7b8fd9eb.tar.bz2
gentoo-2-a9aeb2fae00966554d07027e696fba0d7b8fd9eb.zip
added prefix support (bug #519060)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/gnome-vfs/ChangeLog6
-rw-r--r--gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild8
2 files changed, 11 insertions, 3 deletions
diff --git a/gnome-base/gnome-vfs/ChangeLog b/gnome-base/gnome-vfs/ChangeLog
index d7f208b5aaae..d52537c8dddf 100644
--- a/gnome-base/gnome-vfs/ChangeLog
+++ b/gnome-base/gnome-vfs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/gnome-vfs
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.358 2014/08/25 10:58:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.359 2014/09/01 22:46:07 ottxor Exp $
+
+ 01 Sep 2014; Christoph Junghans <ottxor@gentoo.org>
+ gnome-vfs-2.24.4-r2.ebuild:
+ added prefix support (bug #519060)
25 Aug 2014; Agostino Sarubbo <ago@gentoo.org> gnome-vfs-2.24.4-r2.ebuild:
Stable for alpha, wrt bug #512012
diff --git a/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild b/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild
index 1e227de3e151..2cd050e1410d 100644
--- a/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild
+++ b/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild,v 1.11 2014/08/25 10:58:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild,v 1.12 2014/09/01 22:46:07 ottxor Exp $
EAPI=5
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2 LGPL-2"
SLOT="2"
-KEYWORDS="alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="acl avahi doc fam gnutls ipv6 kerberos samba ssl"
RDEPEND=">=gnome-base/gconf-2.32.4-r1[${MULTILIB_USEDEP}]
@@ -129,6 +129,10 @@ multilib_src_configure() {
# foser <foser@gentoo.org 19 Apr 2004
use gnutls && use ssl && myconf+=( --disable-openssl )
+ #bug #519060
+ #configure script is so messed up on res_init on Darwin
+ [[ ${CHOST} == *-darwin* ]] && export LIBS="${LIBS} -lresolv"
+
ECONF_SOURCE=${S} \
gnome2_src_configure "${myconf[@]}"