summaryrefslogtreecommitdiff
path: root/databases/myodbc/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'databases/myodbc/patches/patch-ad')
-rw-r--r--databases/myodbc/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/myodbc/patches/patch-ad b/databases/myodbc/patches/patch-ad
new file mode 100644
index 00000000000..bb626a74094
--- /dev/null
+++ b/databases/myodbc/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2010/05/03 05:03:11 jnemeth Exp $
+
+--- setup/Makefile.in.orig 2009-11-05 21:35:15.000000000 +0000
++++ setup/Makefile.in
+@@ -397,7 +397,7 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 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) \