diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/004_nx-x11-fix-nxcompshad-build.patch | 11 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/004_nx-x11-fix-nxcompshad-build.patch b/debian/patches/004_nx-x11-fix-nxcompshad-build.patch new file mode 100644 index 000000000..386dfef2e --- /dev/null +++ b/debian/patches/004_nx-x11-fix-nxcompshad-build.patch @@ -0,0 +1,11 @@ +--- 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), \ diff --git a/debian/patches/series b/debian/patches/series index 615573a8c..38a604183 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ 001_add-main-makefile.patch 002_nxcompshad-build-against-nx-x11-only.patch 003_nxcompshad-gcc43.patch +004_nx-x11-fix-nxcompshad-build.patch |