From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcdio-paranoia/
Date: Sat, 2 Apr 2016 06:53:49 +0000 (UTC) [thread overview]
Message-ID: <1459580007.985618b595f0cdfbe313f04298ec1c92fb260a3a.grobian@gentoo> (raw)
commit: 985618b595f0cdfbe313f04298ec1c92fb260a3a
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 2 06:50:23 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Apr 2 06:53:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=985618b5
dev-libs/libcdio-paranoia: fix compilation on Darwin and/or with Clang, bug #577256
Package-Manager: portage-2.2.27
dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1.ebuild b/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1.ebuild
index 083ca2c..c64cff4 100644
--- a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1.ebuild
+++ b/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1.ebuild
@@ -7,7 +7,7 @@ MY_P=${PN}-10.2+${PV/_p/+}
AUTOTOOLS_AUTORECONF=yes
-inherit eutils autotools-multilib
+inherit eutils autotools-multilib flag-o-matic
DESCRIPTION="an advanced CDDA reader with error correction"
HOMEPAGE="https://www.gnu.org/software/libcdio/"
@@ -38,6 +38,8 @@ DOCS=( AUTHORS ChangeLog NEWS README THANKS )
src_prepare() {
sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #466410
autotools-multilib_src_prepare
+
+ [[ ${CC} == *clang* ]] && append-flags -std=gnu89
}
src_configure() {
@@ -48,6 +50,8 @@ src_configure() {
--disable-cpp-progs
--with-cd-paranoia-name=libcdio-paranoia
)
+ # Darwin linker doesn't get this
+ [[ ${CHOST} == *-darwin* ]] && myeconfargs+=( --without-versioned-libs )
autotools-multilib_src_configure
}
next reply other threads:[~2016-04-02 6:54 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-02 6:53 Fabian Groffen [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-09 7:59 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcdio-paranoia/ Sam James
2025-02-09 7:59 Sam James
2023-04-20 10:37 WANG Xuerui
2021-08-23 22:59 Marek Szuba
2021-04-19 20:54 Sam James
2021-02-04 23:51 Sam James
2021-01-31 18:48 Sam James
2021-01-27 22:44 Sam James
2021-01-27 9:29 Sam James
2021-01-27 9:28 Sam James
2021-01-27 9:28 Sam James
2021-01-27 5:02 Sam James
2019-12-05 13:27 Lars Wendler
2019-12-05 12:26 Lars Wendler
2019-09-11 20:33 David Seifert
2019-09-11 9:38 Lars Wendler
2019-09-11 9:09 Lars Wendler
2019-04-20 17:57 Mikle Kolyada
2019-04-18 15:25 Lars Wendler
2019-04-18 15:25 Lars Wendler
2019-04-11 15:48 Pacho Ramos
2019-02-12 6:07 Markus Meier
2019-01-03 9:27 Sergei Trofimovich
2018-12-15 22:39 Sergei Trofimovich
2018-12-15 11:46 Mikle Kolyada
2018-12-14 22:50 Sergei Trofimovich
2018-12-14 22:48 Sergei Trofimovich
2018-12-14 2:13 Thomas Deutschmann
2017-11-23 14:49 Lars Wendler
2017-05-11 12:44 Michał Górny
2017-04-19 9:38 Lars Wendler
2017-01-31 16:06 Jeroen Roovers
2017-01-29 16:08 Fabian Groffen
2017-01-01 12:43 Agostino Sarubbo
2016-12-30 11:12 Agostino Sarubbo
2016-12-30 9:39 Agostino Sarubbo
2016-12-29 10:45 Agostino Sarubbo
2016-12-21 10:57 Tobias Klausmann
2016-11-16 21:15 Markus Meier
2016-10-26 17:02 Lars Wendler
2016-02-28 6:51 Matt Thode
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=1459580007.985618b595f0cdfbe313f04298ec1c92fb260a3a.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