Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
8b6d454c
You need to sign in or sign up before continuing.
Commit
8b6d454c
authored
Jan 04, 2021
by
Ulrich Sibiller
Committed by
Mike Gabriel
Jan 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mesa: make compilation with work with musl
Fixes ArcticaProject/nx-lib#975
parent
8c3bb271
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
1001_support_musl
nx-X11/extras/Mesa.patches_6.4.2/1001_support_musl
+12
-0
series
nx-X11/extras/Mesa.patches_6.4.2/series
+1
-0
No files found.
nx-X11/extras/Mesa.patches_6.4.2/1001_support_musl
0 → 100644
View file @
8b6d454c
make compilation work on any non-linux glibc system. See ArcticaProject/nx-libs#975
--- a/src/mesa/main/glheader.h
+++ b/src/mesa/main/glheader.h
@@ -62,7 +62,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#if defined(__linux__) && defined(__i386__)
+#if defined(__GLIBC__) && defined(__i386__)
#include <fpu_control.h>
#endif
#endif
nx-X11/extras/Mesa.patches_6.4.2/series
View file @
8b6d454c
...
...
@@ -5,3 +5,4 @@
5001_nasty-typo-fixes.patch
4005_adapt-all-libX11-include-paths-to-libNX_X11.patch
5002_silence-uninitialized.diff
1001_support_musl
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment