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
0b711de4
Commit
0b711de4
authored
Feb 09, 2015
by
Orion Poplawski
Committed by
Mike Gabriel
Feb 09, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix FTBFS on ppc64 architecture (054_nx-X11_ppc64-ftbfs.full.patch).
parent
9ea734b2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
15 deletions
+3
-15
054_nx-X11_ppc64-ftbfs.full.patch
debian/patches/054_nx-X11_ppc64-ftbfs.full.patch
+0
-14
series
debian/patches/series
+0
-1
Imakefile.inc
nx-X11/lib/GL/mesa/main/Imakefile.inc
+3
-0
No files found.
debian/patches/054_nx-X11_ppc64-ftbfs.full.patch
deleted
100644 → 0
View file @
9ea734b2
Description: Fix FTBFS on ppc64 architecture
Author: Orion Poplawski <orion@cora.nwra.com>
diff -up a/nx-X11/lib/GL/mesa/main/Imakefile.inc b/nx-X11/lib/GL/mesa/main/Imakefile.inc
--- a/nx-X11/lib/GL/mesa/main/Imakefile.inc 2014-01-04 13:39:35.000000000 -0700
+++ b/nx-X11/lib/GL/mesa/main/Imakefile.inc 2014-01-24 12:04:00.085272615 -0700
@@ -1,5 +1,8 @@
XCOMM $XFree86: xc/lib/GL/mesa/src/Imakefile.inc,v 1.7tsi Exp $
+/* gcc on ppc64 defines this, causes macro recursion with pixel below */
+#undef pixel
+
#ifndef MesaBuildDir
#define MesaBuildDir $(GLXLIBSRC)/mesa/main/
#endif
debian/patches/series
View file @
0b711de4
054_nx-X11_ppc64-ftbfs.full.patch
055_nx-X11_imake-Werror-format-security.full.patch
055_nx-X11_imake-Werror-format-security.full.patch
056_nx-X11_Werror-format-security.full.patch
056_nx-X11_Werror-format-security.full.patch
057_nx-X11_sanitize-eventmasks.full.patch
057_nx-X11_sanitize-eventmasks.full.patch
...
...
nx-X11/lib/GL/mesa/main/Imakefile.inc
View file @
0b711de4
XCOMM
$XFree86
:
xc
/
lib
/
GL
/
mesa
/
src
/
Imakefile
.
inc
,
v
1.7
tsi
Exp
$
XCOMM
$XFree86
:
xc
/
lib
/
GL
/
mesa
/
src
/
Imakefile
.
inc
,
v
1.7
tsi
Exp
$
/* gcc on ppc64 defines this, causes macro recursion with pixel below */
#undef pixel
#ifndef MesaBuildDir
#ifndef MesaBuildDir
#define MesaBuildDir $(GLXLIBSRC)/mesa/main/
#define MesaBuildDir $(GLXLIBSRC)/mesa/main/
#endif
#endif
...
...
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