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
1234d1b8
Commit
1234d1b8
authored
Nov 19, 2011
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add patch: 004_nx-x11-fix-nxcompshad-build.patch.
parent
85be77cb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
changelog
debian/changelog
+1
-0
004_nx-x11-fix-nxcompshad-build.patch
debian/patches/004_nx-x11-fix-nxcompshad-build.patch
+11
-0
series
debian/patches/series
+1
-0
No files found.
debian/changelog
View file @
1234d1b8
...
...
@@ -6,5 +6,6 @@ nx-libs (2:3.5.0-0~x2go1) UNRELEASED; urgency=low
* Add main Makefile via patch: 001_add-main-makefile.patch.
* Add patch: 002_nxcompshad-build-against-nx-x11-only.patch
* Add patch: 003_nxcompshad-gcc43.patch
* Add patch: 004_nx-x11-fix-nxcompshad-build.patch.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Oct 2011 03:01:39 +0200
debian/patches/004_nx-x11-fix-nxcompshad-build.patch
0 → 100644
View file @
1234d1b8
--- a/nx-X11/programs/Xserver/Imakefile
+++ b/nx-X11/programs/Xserver/Imakefile
@@ -1047,7 +1047,7 @@
#else
$(NX_XSHADOWLIBTARGET): $(NX_XSHADOWCONFIGTARGET)
cd $(NX_XSHADOWLIBDIR) && \
- make
+ rm -f *.o && make
#endif
ServerTarget(nxagent,$(NX_XSHADOWLIBTARGET) $(NXAGENTDIRS),$(NXAGENTOBJS), \
debian/patches/series
View file @
1234d1b8
001_add-main-makefile.patch
002_nxcompshad-build-against-nx-x11-only.patch
003_nxcompshad-gcc43.patch
004_nx-x11-fix-nxcompshad-build.patch
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