public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libiconv/
Date: Fri, 13 Oct 2017 09:12:35 +0000 (UTC)	[thread overview]
Message-ID: <1507885949.b1d04c1f018b2fb04c761a03d16f64bdfb45f6d0.grobian@gentoo> (raw)

commit:     b1d04c1f018b2fb04c761a03d16f64bdfb45f6d0
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 13 09:12:10 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Oct 13 09:12:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d04c1f

dev-libs/libiconv: add Prefix support

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/libiconv/libiconv-1.15.ebuild | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libiconv/libiconv-1.15.ebuild b/dev-libs/libiconv/libiconv-1.15.ebuild
index 1707033d72b..5b0db658660 100644
--- a/dev-libs/libiconv/libiconv-1.15.ebuild
+++ b/dev-libs/libiconv/libiconv-1.15.ebuild
@@ -11,8 +11,8 @@ SRC_URI="mirror://gnu/libiconv/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-IUSE="static-libs"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE="prefix static-libs"
 
 DEPEND="!sys-libs/glibc
 	!userland_GNU? ( !sys-apps/man-pages )"
@@ -28,6 +28,12 @@ src_prepare() {
 }
 
 multilib_src_configure() {
+	if use prefix ; then
+		# In Prefix we want to have the same header declaration on every
+		# platform, so make configure find that it should do
+		# "const char * *inbuf"
+		export am_cv_func_iconv=no
+	fi
 	# Disable NLS support because that creates a circular dependency
 	# between libiconv and gettext
 	ECONF_SOURCE="${S}" \


             reply	other threads:[~2017-10-13  9:12 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-13  9:12 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-25 15:20 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libiconv/ Fabian Groffen
2023-02-26 22:23 Sam James
2022-12-11 17:51 Arthur Zamarin
2022-12-03  6:05 Arthur Zamarin
2022-11-18 18:15 Arthur Zamarin
2022-11-18 18:15 Arthur Zamarin
2022-05-16 19:57 Sam James
2022-01-06  9:07 David Seifert
2020-12-27 14:21 Fabian Groffen
2020-03-19 14:54 Fabian Groffen
2020-02-25 12:49 Mikle Kolyada
2019-11-26 10:18 Thomas Deutschmann
2019-11-22  9:38 Mikle Kolyada
2019-11-18 14:34 Agostino Sarubbo
2019-04-22  7:26 Michał Górny
2019-04-22  7:26 Michał Górny
2017-09-12 10:56 Fabian Groffen
2017-09-12 10:55 Fabian Groffen
2017-07-02 11:03 Anthony G. Basile
2017-07-02 11:03 Anthony G. Basile
2016-02-04 22:22 Mike Frysinger
2015-10-13  0:20 Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1507885949.b1d04c1f018b2fb04c761a03d16f64bdfb45f6d0.grobian@gentoo \
    --to=grobian@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox