aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/004_nx-x11-fix-nxcompshad-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/004_nx-x11-fix-nxcompshad-build.patch')
-rw-r--r--debian/patches/004_nx-x11-fix-nxcompshad-build.patch11
1 files changed, 11 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), \