ports/sysutils/bacula13-server/files/patch-src_filed_Makefile.in
Dan Langille c38f2ffe95 sysutils/bacula13-server: New ports for Bacula 13
NOTE: I am unsure of how stable this is. Please proceed with caution.

Also coming in:

* sysutils/bacula13-client
* sysutils/bacula13-docs
* net-mgmt/nagios-check_bacula13

Not present yet: sysutils/bacula13-client-static because of unknown
build issues.
2022-07-10 01:10:08 +00:00

11 lines
530 B
Text

--- src/filed/Makefile.in.orig 2021-02-24 01:52:05 UTC
+++ src/filed/Makefile.in
@@ -193,7 +193,7 @@ uninstall:
depend:
@$(MV) Makefile Makefile.bak
@$(SED) "/^# DO NOT DELETE:/,$$ d" Makefile.bak > Makefile
- @$(ECHO) "# DO NOT DELETE: nice dependency list follows" >> Makefile
+ @echo "# DO NOT DELETE: nice dependency list follows" >> Makefile
@$(CXX) -S -M $(CPPFLAGS) $(XINC) $(LZO_INC) $(AFS_CFLAGS) $(GPFS_CFLAGS) -I$(srcdir) -I$(basedir) *.c >> Makefile
@if test -f Makefile ; then \
$(RMF) Makefile.bak; \