summaryrefslogtreecommitdiff
path: root/databases/myodbc/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'databases/myodbc/patches/patch-ab')
-rw-r--r--databases/myodbc/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/myodbc/patches/patch-ab b/databases/myodbc/patches/patch-ab
deleted file mode 100644
index c5e3d04e781..00000000000
--- a/databases/myodbc/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2011/08/19 07:59:58 adam Exp $
-
---- driver/Makefile.in.orig 2009-11-05 21:35:15.000000000 +0000
-+++ driver/Makefile.in
-@@ -363,7 +363,7 @@ distclean-hdr:
- -rm -f myconf.h stamp-h1
- install-libLTLIBRARIES: $(lib_LTLIBRARIES)
- @$(NORMAL_INSTALL)
-- test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
-+ test -z "$(DESTDIR)$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
- if test -f $$p; then \
- f=$(am__strip_dir) \