Github messages for voidlinux
 help / color / mirror / Atom feed
From: Johnnynator <Johnnynator@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: New package: TheForceEngine-1.09.530
Date: Thu, 28 Sep 2023 09:43:41 +0200	[thread overview]
Message-ID: <20230928074341.nvrSmg0hqpHVSqg8HztgU9hqBORtkM3jRq4blZ6RW4U@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45745@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 699 bytes --]

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/45745#issuecomment-1738642547

Comment:
Musl should be an easy fix. I did not runtime test it yet.

```
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
       makedepends+=" libexecinfo-devel"
       configure_args="-DCMAKE_CXX_STANDARD_LIBRARIES=-lexecinfo"
fi
```

`musl.patch`
--- a/TheForceEngine/TFE_FileSystem/fileutil-posix.cpp  2023-09-28 06:00:17.000000000 +0200
+++ -   2023-09-28 09:33:09.076014188 +0200
@@ -2,6 +2,7 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <libgen.h>
+#include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
```

  parent reply	other threads:[~2023-09-28  7:43 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-24 21:00 [PR PATCH] New package: TheForceEngine-1.09.410 kedodrill
2023-08-25 14:54 ` [PR REVIEW] " Chocimier
2023-08-25 14:54 ` Chocimier
2023-08-25 19:47 ` kedodrill
2023-08-25 19:49 ` kedodrill
2023-08-25 21:47 ` [PR PATCH] [Updated] " kedodrill
2023-09-28  5:00 ` kedodrill
2023-09-28  5:22 ` [PR PATCH] [Updated] New package: TheForceEngine-1.09.530 kedodrill
2023-09-28  7:43 ` Johnnynator [this message]
2023-09-28  7:43 ` [PR REVIEW] " Johnnynator
2023-09-28  7:44 ` Johnnynator
2023-09-28  7:44 ` Johnnynator
2023-09-28  7:45 ` Johnnynator
2023-09-28 22:56 ` kedodrill
2023-09-28 22:56 ` kedodrill
2023-09-28 22:57 ` [PR REVIEW] " kedodrill
2023-09-29 11:23 ` Johnnynator
2023-09-29 20:04 ` [PR PATCH] [Updated] " kedodrill
2023-09-29 20:04 ` kedodrill
2023-09-29 22:44 ` Johnnynator
2023-09-29 22:44 ` [PR PATCH] [Merged]: " Johnnynator
2023-09-30  0:58 ` kedodrill

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=20230928074341.nvrSmg0hqpHVSqg8HztgU9hqBORtkM3jRq4blZ6RW4U@z \
    --to=johnnynator@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).