public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Guilherme Amadio" <amadio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/lmod/
Date: Mon, 21 Jun 2021 15:37:51 +0000 (UTC)	[thread overview]
Message-ID: <1624289845.65f066d2f4e2842e86a3d9ac2abbe44d237c8ea3.amadio@gentoo> (raw)

commit:     65f066d2f4e2842e86a3d9ac2abbe44d237c8ea3
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 15:37:04 2021 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 15:37:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f066d2

sys-cluster/lmod: fix on prefix

Build system has CPPFLAGS="-I $TCL_INCLUDE", which breaks if the
TCL_INCLUDE returned by pkg-config is empty. However, this only
affects prefix.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 sys-cluster/lmod/lmod-8.5.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-cluster/lmod/lmod-8.5.3.ebuild b/sys-cluster/lmod/lmod-8.5.3.ebuild
index b8c9fbcde3b..8564d3f3dae 100644
--- a/sys-cluster/lmod/lmod-8.5.3.ebuild
+++ b/sys-cluster/lmod/lmod-8.5.3.ebuild
@@ -95,6 +95,8 @@ src_configure() {
 		$(use_with cache cachedLoads)
 		$(use_with duplicate-paths duplicatePaths)
 		$(use_with auto-swap autoSwap)
+		# needed because configure.ac relies on TCL_INCLUDE not being empty
+		PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1
 	)
 	econf "${myconf[@]}"
 }


             reply	other threads:[~2021-06-21 15:37 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-21 15:37 Guilherme Amadio [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-08  9:48 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/lmod/ Sam James
2023-04-17 11:01 Guilherme Amadio
2023-04-03 15:27 Guilherme Amadio
2023-04-03 15:27 Guilherme Amadio
2023-01-30  9:58 Andrew Ammerlaan
2022-07-25  9:19 Jakov Smolić
2022-07-23 15:41 Jakov Smolić
2022-03-11  8:20 Guilherme Amadio
2021-11-25 14:24 Guilherme Amadio
2021-11-25 14:03 Guilherme Amadio
2021-11-25 14:03 Guilherme Amadio
2021-11-25 14:03 Guilherme Amadio
2021-10-06  8:33 Jakov Smolić
2021-06-24 17:33 Sergei Trofimovich
2021-06-22 13:39 Guilherme Amadio
2021-06-22 13:39 Guilherme Amadio
2021-06-22 13:39 Guilherme Amadio
2021-06-21  7:29 Guilherme Amadio
2021-04-29 14:19 Sam James
2021-03-28  7:14 Sam James
2021-03-09 20:38 Sergei Trofimovich
2021-03-04 14:44 Joonas Niilola
2021-02-14  8:29 Joonas Niilola

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=1624289845.65f066d2f4e2842e86a3d9ac2abbe44d237c8ea3.amadio@gentoo \
    --to=amadio@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