summaryrefslogtreecommitdiff
path: root/packages/app-backup/bacula/files/7.0.2/bacula-7.0.2-depend.patch
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-10-14 03:23:52 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-10-14 03:23:52 +0300
commitebc42ed875fb5228fad75e354cda11cf8a4151e4 (patch)
tree1f8d72ae2aefb196b5931a3b37c942ec82a815c8 /packages/app-backup/bacula/files/7.0.2/bacula-7.0.2-depend.patch
parent3d061fae0e46523711ecb2f8d2be66df42c73f14 (diff)
bacula: dropped unneded patches, patch headers as requested by exherbo devs
Diffstat (limited to 'packages/app-backup/bacula/files/7.0.2/bacula-7.0.2-depend.patch')
-rw-r--r--packages/app-backup/bacula/files/7.0.2/bacula-7.0.2-depend.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/app-backup/bacula/files/7.0.2/bacula-7.0.2-depend.patch b/packages/app-backup/bacula/files/7.0.2/bacula-7.0.2-depend.patch
deleted file mode 100644
index e076cd6..0000000
--- a/packages/app-backup/bacula/files/7.0.2/bacula-7.0.2-depend.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-# fix file not found error during make depend
---- src/tools/Makefile.in.orig 2012-09-20 20:42:54.000000000 +0200
-+++ src/tools/Makefile.in 2012-09-20 20:35:46.000000000 +0200
-@@ -194,7 +194,7 @@
- @$(MV) Makefile Makefile.bak
- @$(SED) "/^# DO NOT DELETE:/,$$ d" Makefile.bak > Makefile
- @$(ECHO) "# DO NOT DELETE: nice dependency list follows" >> Makefile
-- @$(CXX) -S -M $(CPPFLAGS) -I$(srcdir) -I$(basedir) *.c >> Makefile
-+ @$(CXX) -S -M $(CPPFLAGS) -I$(srcdir) -I$(basedir) -I../filed -I../dird -I../stored *.c >> Makefile
- @if test -f Makefile ; then \
- $(RMF) Makefile.bak; \
- else \