diff options
Diffstat (limited to 'databases/unixodbc/patches/patch-ak')
-rw-r--r-- | databases/unixodbc/patches/patch-ak | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/unixodbc/patches/patch-ak b/databases/unixodbc/patches/patch-ak new file mode 100644 index 00000000000..f777ca249ef --- /dev/null +++ b/databases/unixodbc/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.1 2010/05/03 02:10:43 jnemeth Exp $ + +--- DriverManager/Makefile.in.orig 2010-04-26 02:28:44.000000000 +0000 ++++ DriverManager/Makefile.in +@@ -483,7 +483,7 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps) + $(am__aclocal_m4_deps): + install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) +- test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" ++ test -z "$(DESTDIR)$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ |