summaryrefslogtreecommitdiff
path: root/devel/libtool15/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libtool15/files/patch-af')
-rw-r--r--devel/libtool15/files/patch-af15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/libtool15/files/patch-af b/devel/libtool15/files/patch-af
deleted file mode 100644
index ac073636313d..000000000000
--- a/devel/libtool15/files/patch-af
+++ /dev/null
@@ -1,15 +0,0 @@
---- libltdl/Makefile.in.orig Mon May 16 02:34:13 2005
-+++ libltdl/Makefile.in Thu Jun 16 19:29:09 2005
-@@ -437,9 +437,7 @@
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
-+ echo no cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
- fi; \
-- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
-+ echo no cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
- else \
-- test -f $(distdir)/$$file \
-- || cp -p $$d/$$file $(distdir)/$$file \
-- || exit 1; \
-+ install -c -o root -g wheel -m 444 $$d/$$file $(distdir)/$$file; \
- fi; \