diff options
author | Cy Schubert <cy@FreeBSD.org> | 2014-10-23 06:12:45 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2014-10-23 06:12:45 +0000 |
commit | 9a3084cd38a1bec926eade0b206d44c2be2f7eee (patch) | |
tree | 1b77369535d6c3fbdb8ee4bdc0aa778f1ae9aad4 /sysutils/syslog-ng35/files/patch-Makefile.in | |
parent | Update to 2014i: (diff) |
Move sysutils/syslog-ng (3.5.6) to syslog-ng35 in preparation for the new
syslog-ng 3.6.1 which will become sysutils/syslog-ng.
Notes
Notes:
svn path=/head/; revision=371374
Diffstat (limited to 'sysutils/syslog-ng35/files/patch-Makefile.in')
-rw-r--r-- | sysutils/syslog-ng35/files/patch-Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/syslog-ng35/files/patch-Makefile.in b/sysutils/syslog-ng35/files/patch-Makefile.in new file mode 100644 index 000000000000..90e69ae9deaa --- /dev/null +++ b/sysutils/syslog-ng35/files/patch-Makefile.in @@ -0,0 +1,13 @@ +--- Makefile.in.orig 2014-08-01 19:27:14.584284459 -0700 ++++ Makefile.in 2014-08-01 19:33:44.036046297 -0700 +@@ -3280,8 +3280,8 @@ + for p in $$list; do \ + if test -f $$p; then \ + $(am__strip_dir) \ +- echo " ( cd '$(DESTDIR)$(libtestdir)' && $(RANLIB) $$f )"; \ +- ( cd "$(DESTDIR)$(libtestdir)" && $(RANLIB) $$f ) || exit $$?; \ ++ echo " ( cd '$(DESTDIR)$(libtestdir)' && chmod u+w $$f && $(RANLIB) $$f )"; \ ++ ( cd "$(DESTDIR)$(libtestdir)" && chmod u+w $$f && $(RANLIB) $$f ) || exit $$?; \ + else :; fi; \ + done + |