summaryrefslogtreecommitdiff
path: root/sysutils/syslog-ng/files
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2014-08-02 04:23:11 +0000
committerCy Schubert <cy@FreeBSD.org>2014-08-02 04:23:11 +0000
commit51ff2f849bcb3541a9ad1e92df3195a9799b258a (patch)
tree66866a2f4e609008364b4ee12980861605709956 /sysutils/syslog-ng/files
parent- Update from 2014.1.7 to 2014.1.10 (diff)
Update syslog-ng 3.5.4.1 --> 3.5.5
Update syslog-ng-incubator 0.3.2 --> 0.3.3
Notes
Notes: svn path=/head/; revision=363780
Diffstat (limited to 'sysutils/syslog-ng/files')
-rw-r--r--sysutils/syslog-ng/files/patch-Makefile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/syslog-ng/files/patch-Makefile.in b/sysutils/syslog-ng/files/patch-Makefile.in
new file mode 100644
index 000000000000..1609bfd8ce41
--- /dev/null
+++ b/sysutils/syslog-ng/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)' && $(RANLIB) $$p )"; \
++ ( cd "$(DESTDIR)$(libtestdir)" && $(RANLIB) $$p ) || exit $$?; \
+ else :; fi; \
+ done
+