ports/sysutils/syslog-ng35/files/patch-Makefile.in
Cy Schubert 9a3084cd38 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.
2014-10-23 06:12:45 +00:00

13 lines
544 B
Text

--- 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