summaryrefslogtreecommitdiff
path: root/databases/mysql4-client/patches/patch-ay
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql4-client/patches/patch-ay')
-rw-r--r--databases/mysql4-client/patches/patch-ay40
1 files changed, 17 insertions, 23 deletions
diff --git a/databases/mysql4-client/patches/patch-ay b/databases/mysql4-client/patches/patch-ay
index 6d434b619da..5b63e44efd9 100644
--- a/databases/mysql4-client/patches/patch-ay
+++ b/databases/mysql4-client/patches/patch-ay
@@ -1,28 +1,22 @@
-$NetBSD: patch-ay,v 1.2 2005/01/11 22:44:34 xtraeme Exp $
+$NetBSD: patch-ay,v 1.3 2006/05/26 18:25:34 seb Exp $
---- strings/Makefile.in.orig 2004-12-27 17:48:04.000000000 +0100
-+++ strings/Makefile.in 2005-01-11 23:29:03.000000000 +0100
-@@ -599,7 +599,6 @@
- if test -f $$p; then \
- f="`echo $$p | sed -e 's|^.*/||'`"; \
+--- strings/Makefile.in.orig 2006-04-29 05:36:54.000000000 +0000
++++ strings/Makefile.in
+@@ -583,7 +583,7 @@ install-pkglibLIBRARIES: $(pkglib_LIBRAR
+ @$(NORMAL_INSTALL)
+ test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)"
+ @list='$(pkglib_LIBRARIES)'; for p in $$list; do \
+- if test -f $$p; then \
++ if false; then \
+ f=$(am__strip_dir) \
echo " $(pkglibLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
-- $(pkglibLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
- else :; fi; \
+ $(pkglibLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
+@@ -591,7 +591,7 @@ install-pkglibLIBRARIES: $(pkglib_LIBRAR
done
@$(POST_INSTALL)
-@@ -607,7 +606,6 @@
- if test -f $$p; then \
- p="`echo $$p | sed -e 's|^.*/||'`"; \
- echo " $(RANLIB) '$(DESTDIR)$(pkglibdir)/$$p'"; \
-- $(RANLIB) "$(DESTDIR)$(pkglibdir)/$$p"; \
- else :; fi; \
- done
-
-@@ -616,7 +614,6 @@
@list='$(pkglib_LIBRARIES)'; for p in $$list; do \
- p="`echo $$p | sed -e 's|^.*/||'`"; \
- echo " rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
-- rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
- done
-
- clean-pkglibLIBRARIES:
+- if test -f $$p; then \
++ if false; then \
+ p=$(am__strip_dir) \
+ echo " $(RANLIB) '$(DESTDIR)$(pkglibdir)/$$p'"; \
+ $(RANLIB) "$(DESTDIR)$(pkglibdir)/$$p"; \