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: sci-physics/xfoil/, sci-physics/xfoil/files/
Date: Thu, 11 Apr 2024 06:08:00 +0000 (UTC)	[thread overview]
Message-ID: <1712815580.2a5e31933be5976e472cddcf73f65ecf4cb4b308.amadio@gentoo> (raw)

commit:     2a5e31933be5976e472cddcf73f65ecf4cb4b308
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 06:06:20 2024 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 06:06:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5e3193

sci-physics/xfoil: fix bug 771615

Closes: https://bugs.gentoo.org/771615

Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 sci-physics/xfoil/files/xfoil-6.99-ldflags.patch | 12 ++++++++++++
 sci-physics/xfoil/xfoil-6.99-r1.ebuild           |  5 ++++-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/sci-physics/xfoil/files/xfoil-6.99-ldflags.patch b/sci-physics/xfoil/files/xfoil-6.99-ldflags.patch
new file mode 100644
index 000000000000..4667a891d8a7
--- /dev/null
+++ b/sci-physics/xfoil/files/xfoil-6.99-ldflags.patch
@@ -0,0 +1,12 @@
+Fix bug #771615
+
+--- a/bin/Makefile	2024-04-11 08:00:24.832420892 +0200
++++ b/bin/Makefile	2024-04-11 07:59:56.052410291 +0200
+@@ -152,7 +152,7 @@
+ 	$(INSTALLCMD) pplot $(BINDIR)
+
+ blu: blu.o profil.o
+-	$(FC) -o blu blu.o profil.o
++	$(FC) -o blu blu.o profil.o $(FTNLIB)
+ 	$(INSTALLCMD) blu $(BINDIR)
+

diff --git a/sci-physics/xfoil/xfoil-6.99-r1.ebuild b/sci-physics/xfoil/xfoil-6.99-r1.ebuild
index 23bffe5c71d6..9628062e61ee 100644
--- a/sci-physics/xfoil/xfoil-6.99-r1.ebuild
+++ b/sci-physics/xfoil/xfoil-6.99-r1.ebuild
@@ -20,7 +20,10 @@ IUSE="doc examples"
 RDEPEND="x11-libs/libX11"
 DEPEND="${RDEPEND}"
 
-PATCHES=( "${FILESDIR}"/${P}-overflow.patch )
+PATCHES=(
+	"${FILESDIR}"/${P}-overflow.patch
+	"${FILESDIR}"/${P}-ldflags.patch
+)
 
 src_prepare() {
 	# fix bug #147033


             reply	other threads:[~2024-04-11  6:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-11  6:08 Guilherme Amadio [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-03-05 21:24 [gentoo-commits] repo/gentoo:master commit in: sci-physics/xfoil/, sci-physics/xfoil/files/ Andrew Savchenko
2016-11-13 21:49 David Seifert

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=1712815580.2a5e31933be5976e472cddcf73f65ecf4cb4b308.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