From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/fdupes/
Date: Sun, 21 Jun 2020 07:24:54 +0000 (UTC) [thread overview]
Message-ID: <1592724287.789193af5fdab1cb39ed3fdc06efe7db3e3d33b2.monsieurp@gentoo> (raw)
commit: 789193af5fdab1cb39ed3fdc06efe7db3e3d33b2
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 07:24:37 2020 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 07:24:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=789193af
app-misc/fdupes: honour CFLAGS.
Closes: https://bugs.gentoo.org/726632
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-misc/fdupes/fdupes-1.6.1-r1.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/app-misc/fdupes/fdupes-1.6.1-r1.ebuild b/app-misc/fdupes/fdupes-1.6.1-r1.ebuild
index b127dfcbd85..b016e903738 100644
--- a/app-misc/fdupes/fdupes-1.6.1-r1.ebuild
+++ b/app-misc/fdupes/fdupes-1.6.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,10 +16,13 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~
src_prepare() {
default
append-lfs-flags
+ sed -e "s#^CFLAGS= \(.*\)#CFLAGS= \1 ${CFLAGS}#g;" \
+ -i "Makefile" || die "can't patch Makefile"
}
src_compile() {
emake CC=$(tc-getCC)
+ #emake CC=$(tc-getCC) CFLAGS="${CFLAGS} -DVERSION=\"1.6.1\" -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE"
}
src_install() {
next reply other threads:[~2020-06-21 7:24 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-21 7:24 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-15 10:56 [gentoo-commits] repo/gentoo:master commit in: app-misc/fdupes/ Arthur Zamarin
2024-11-15 10:50 Arthur Zamarin
2024-11-15 9:25 Arthur Zamarin
2024-11-15 9:23 Arthur Zamarin
2024-11-15 9:23 Arthur Zamarin
2024-11-15 9:20 Arthur Zamarin
2024-11-15 9:20 Arthur Zamarin
2024-11-15 9:20 Arthur Zamarin
2024-09-29 16:23 Arthur Zamarin
2024-09-29 16:23 Arthur Zamarin
2024-04-30 6:33 Sam James
2024-04-30 6:25 Sam James
2024-04-30 6:20 Sam James
2024-04-30 6:20 Sam James
2024-04-30 6:20 Sam James
2024-04-30 6:20 Sam James
2024-04-30 6:20 Sam James
2024-03-01 13:24 Arthur Zamarin
2022-12-18 12:20 Sam James
2022-12-18 12:20 Sam James
2022-09-10 0:29 Sam James
2022-09-01 0:36 Sam James
2022-08-26 12:04 Sam James
2022-06-28 4:18 WANG Xuerui
2022-03-19 23:17 David Seifert
2021-02-27 16:16 Sam James
2021-02-26 13:55 Sam James
2021-02-25 13:07 Sam James
2021-02-25 3:56 Sam James
2021-02-24 20:25 Sam James
2021-02-24 20:24 Sam James
2021-02-23 18:13 Sergei Trofimovich
2021-01-13 10:50 Lars Wendler
2020-09-26 19:40 Aaron Bauman
2020-06-21 7:55 Patrice Clement
2017-09-22 12:38 Patrice Clement
2017-09-19 20:49 Daniel Campbell
2017-08-01 21:38 Patrice Clement
2017-07-15 9:40 Alexis Ballier
2016-11-24 2:37 Jason Donenfeld
2016-04-14 13:24 Fabian Groffen
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=1592724287.789193af5fdab1cb39ed3fdc06efe7db3e3d33b2.monsieurp@gentoo \
--to=monsieurp@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