aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-11-20 14:56:16 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-11-20 14:56:16 +0100
commitb026a8005efd35e8b8cb654836f8ba2bc72df05e (patch)
treebe16d0f0b3db1511b65e4b4c87e45bed7ba6b0b3 /debian/patches
parentd93577c581456bff0471ecb69cde5bb9842806e4 (diff)
downloadnx-libs-b026a8005efd35e8b8cb654836f8ba2bc72df05e.tar.gz
nx-libs-b026a8005efd35e8b8cb654836f8ba2bc72df05e.tar.bz2
nx-libs-b026a8005efd35e8b8cb654836f8ba2bc72df05e.zip
Add patch: 007_nxcompshad-clean-gch-files.patch.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/007_nxcompshad-clean-gch-files.patch11
-rw-r--r--debian/patches/series1
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/007_nxcompshad-clean-gch-files.patch b/debian/patches/007_nxcompshad-clean-gch-files.patch
new file mode 100644
index 000000000..97f543e2f
--- /dev/null
+++ b/debian/patches/007_nxcompshad-clean-gch-files.patch
@@ -0,0 +1,11 @@
+--- a/nxcompshad/Makefile.in
++++ b/nxcompshad/Makefile.in
+@@ -185,7 +185,7 @@
+ install.man:
+
+ clean:
+- -rm -f *~ *.o *.bak st?????? core core.* *.out.* *.exe.stackdump \
++ -rm -f *~ *.o *.gch *.bak st?????? core core.* *.out.* *.exe.stackdump \
+ $(LIBFULL) $(LIBLOAD) $(LIBSHARED) $(LIBARCHIVE) $(LIBDLL) $(LIBDLLSTATIC) $(PROGRAM) $(PROGRAM).exe
+
+ distclean: clean
diff --git a/debian/patches/series b/debian/patches/series
index 2275a3719..00679755b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
004_nx-x11-fix-nxcompshad-build.patch
005_add_nxagent_wrapper.patch
006_remove-configure-files.patch
+007_nxcompshad-clean-gch-files.patch