[blfs] branch trunk updated: SDL3: Apply patch to fix getresuid build failure.

git Owner ([email protected] via blfs-book Mailing List) <[email protected]> Sun, 02 Aug 2026 13:51:38 +0000
Newsgroups gmane.linux.lfs.beyond.book
Message-ID <178567869873.4082520.7733000553916828816@rivendell.linuxfromscratch.org>
This is a multi-part message in MIME format...

------------=_1785678704-1024790-7331
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository blfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new 98dc3c83a7 SDL3: Apply patch to fix getresuid build failure.
98dc3c83a7 is described below

commit 98dc3c83a7d09539bf6b4049145e054314f7c5af
Author: zeckma-tech <[email protected]>
AuthorDate: Sun Aug 2 07:50:54 2026 -0600

    SDL3: Apply patch to fix getresuid build failure.
---
 multimedia/libdriv/sdl3.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/multimedia/libdriv/sdl3.xml b/multimedia/libdriv/sdl3.xml
index 2039c23214..7ba2647e73 100644
--- a/multimedia/libdriv/sdl3.xml
+++ b/multimedia/libdriv/sdl3.xml
@@ -66,6 +66,16 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Required patch:
+          <ulink url="&patch-root;/SDL3-&sdl3-version;-upstream_fixes-1.patch"/>
+        </para>
+      </listitem>
+    </itemizedlist>
+
     <bridgehead renderas="sect3">SDL3 Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -99,6 +109,13 @@
   <sect2 role="installation">
     <title>Installation of SDL3</title>
 
+    <para>
+      Fix potential conflicts with <literal>getresuid</literal> by applying a
+      patch:
+    </para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../SDL3-&sdl3-version;-upstream_fixes-1.patch</userinput></screen>
+
     <para>
       Install <application>SDL3</application> by running the
       following commands:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

------------=_1785678704-1024790-7331
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0

-- 
http://lists.linuxfromscratch.org/sympa/info/blfs-book
Unsubscribe: See the above information page

------------=_1785678704-1024790-7331--