From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/haxe/
Date: Sun, 5 Dec 2021 20:41:26 +0000 (UTC) [thread overview]
Message-ID: <1638736882.229147d070a9c5d32533e577029dfe661edaaef1.xgqt@gentoo> (raw)
commit: 229147d070a9c5d32533e577029dfe661edaaef1
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 5 20:40:06 2021 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Dec 5 20:41:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=229147d0
dev-lang/haxe: make - ensure correct ocamlopt(.opt)
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-lang/haxe/{haxe-4.2.4-r1.ebuild => haxe-4.2.4-r2.ebuild} | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-lang/haxe/haxe-4.2.4-r1.ebuild b/dev-lang/haxe/haxe-4.2.4-r2.ebuild
similarity index 91%
rename from dev-lang/haxe/haxe-4.2.4-r1.ebuild
rename to dev-lang/haxe/haxe-4.2.4-r2.ebuild
index b391ef467182..6a8441c77ab2 100644
--- a/dev-lang/haxe/haxe-4.2.4-r1.ebuild
+++ b/dev-lang/haxe/haxe-4.2.4-r2.ebuild
@@ -48,7 +48,11 @@ QA_FLAGS_IGNORED="usr/bin/haxelib"
QA_PRESTRIPPED="usr/bin/haxelib"
src_configure() {
- use ocamlopt && export OCAMLOPT=ocamlopt.opt
+ if use ocamlopt ; then
+ export OCAMLOPT=ocamlopt.opt
+ else
+ export OCAMLOPT=ocamlopt
+ fi
}
src_compile() {
@@ -56,6 +60,7 @@ src_compile() {
BRANCH=""
COMMIT_DATE=""
COMMIT_SHA=""
+ OCAMLOPT=${OCAMLOPT}
INSTALL_DIR=/usr
)
emake -j1
next reply other threads:[~2021-12-05 20:41 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-05 20:41 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-17 18:23 [gentoo-commits] repo/gentoo:master commit in: dev-lang/haxe/ Maciej Barć
2024-10-17 18:23 Maciej Barć
2024-10-17 18:23 Maciej Barć
2024-08-01 13:07 Maciej Barć
2024-07-08 18:22 Maciej Barć
2024-07-08 18:22 Maciej Barć
2024-03-22 21:17 Maciej Barć
2024-03-22 21:17 Maciej Barć
2023-11-18 20:36 Maciej Barć
2023-11-18 20:36 Maciej Barć
2023-07-23 14:02 Maciej Barć
2023-07-23 14:02 Maciej Barć
2023-06-10 17:34 Maciej Barć
2023-03-10 1:19 Maciej Barć
2023-01-07 10:53 Maciej Barć
2023-01-07 9:19 Maciej Barć
2022-09-05 22:09 Maciej Barć
2022-03-06 13:36 Maciej Barć
2021-12-05 20:41 Maciej Barć
2021-12-05 17:55 Maciej Barć
2021-12-05 16:07 Maciej Barć
2021-12-05 4:53 Maciej Barć
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=1638736882.229147d070a9c5d32533e577029dfe661edaaef1.xgqt@gentoo \
--to=xgqt@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