public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/woff2/
Date: Tue, 24 Jul 2018 23:19:36 +0000 (UTC)	[thread overview]
Message-ID: <1532474334.b3569350b0d00546d7cea152b9bd054e37085473.leio@gentoo> (raw)

commit:     b3569350b0d00546d7cea152b9bd054e37085473
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 23:18:25 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Jul 24 23:18:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3569350

media-libs/woff2: use standard canonical prefixes compiler setup

Avoid passing -no-canonical-prefixes argument to the compiler, as it is
not the standard thing to do and it can break build for some Gentoo setups.

Closes: https://bugs.gentoo.org/661942
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 media-libs/woff2/{woff2-1.0.2.ebuild => woff2-1.0.2-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/woff2/woff2-1.0.2.ebuild b/media-libs/woff2/woff2-1.0.2-r1.ebuild
similarity index 83%
rename from media-libs/woff2/woff2-1.0.2.ebuild
rename to media-libs/woff2/woff2-1.0.2-r1.ebuild
index 725345adebd..4f012ef0390 100644
--- a/media-libs/woff2/woff2-1.0.2.ebuild
+++ b/media-libs/woff2/woff2-1.0.2-r1.ebuild
@@ -21,8 +21,8 @@ DEPEND="${RDEPEND}
 
 src_configure() {
 	local mycmakeargs=(
-		# needed, causes QA warnings otherwise
-		-DCMAKE_SKIP_RPATH=ON
+		-DCMAKE_SKIP_RPATH=ON # needed, causes QA warnings otherwise
+		-DCANONICAL_PREFIXES=ON #661942
 	)
 	cmake-utils_src_configure
 }


             reply	other threads:[~2018-07-24 23:19 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-24 23:19 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-14 16:59 [gentoo-commits] repo/gentoo:master commit in: media-libs/woff2/ Sam James
2024-12-21 17:16 Arthur Zamarin
2022-06-16 16:30 Sam James
2022-05-17 13:07 WANG Xuerui
2022-04-18 18:42 Sam James
2022-04-18 18:22 Arthur Zamarin
2022-04-02  7:33 Arthur Zamarin
2022-04-01  5:49 Arthur Zamarin
2022-03-31 19:07 Arthur Zamarin
2022-03-30 11:47 Agostino Sarubbo
2022-03-30 11:47 Agostino Sarubbo
2022-03-30 11:09 Jakov Smolić
2022-03-30 11:09 Jakov Smolić
2022-02-27  9:28 Hans de Graaff
2021-09-26 22:28 James Le Cuirot
2021-09-07  9:58 Andreas Sturmlechner
2021-08-18 19:39 Sam James
2021-01-06 14:27 Fabian Groffen
2021-01-03 11:38 Sergei Trofimovich
2020-09-18  7:44 Sergei Trofimovich
2020-09-18  6:48 Sergei Trofimovich
2020-06-29 15:42 Mikle Kolyada
2020-06-28 20:30 Agostino Sarubbo
2020-06-28 14:19 Thomas Deutschmann
2020-06-26 21:16 Mart Raudsepp
2020-06-23 17:25 Sergei Trofimovich
2020-04-27 17:08 Sergei Trofimovich
2020-04-24 21:48 Sergei Trofimovich
2020-04-24  6:47 Agostino Sarubbo
2020-04-15  8:32 Hans de Graaff
2020-04-15  8:32 Hans de Graaff
2020-04-05  9:38 Agostino Sarubbo
2020-04-04 13:27 Agostino Sarubbo
2020-04-01 17:13 Sergei Trofimovich
2019-05-21  3:17 Aaron Bauman
2019-01-05 17:19 Mikle Kolyada
2018-08-16 21:09 Michał Górny
2018-08-13  8:15 Tobias Klausmann
2018-08-12 13:24 Sergei Trofimovich
2018-08-02 21:34 Sergei Trofimovich
2018-07-30 20:52 Mikle Kolyada
2018-07-30  6:23 Sergei Trofimovich
2018-07-28 16:16 Thomas Deutschmann
2018-07-28 13:25 Thomas Deutschmann
2018-07-25  9:29 Mart Raudsepp
2018-07-25  9:05 Fabian Groffen
2018-07-22 19:08 Mikle Kolyada
2018-07-22  9:01 Sergei Trofimovich
2018-07-16 21:57 Mart Raudsepp
2018-07-16 21:57 Mart Raudsepp

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=1532474334.b3569350b0d00546d7cea152b9bd054e37085473.leio@gentoo \
    --to=leio@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