diff options
Diffstat (limited to 'x11/blt/patches/patch-ab')
-rw-r--r-- | x11/blt/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/blt/patches/patch-ab b/x11/blt/patches/patch-ab new file mode 100644 index 00000000000..1a96c4e5e4a --- /dev/null +++ b/x11/blt/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.7 2002/03/31 14:37:31 abs Exp $ + +--- library/Makefile.in.orig Thu Jan 27 00:42:13 2000 ++++ library/Makefile.in +@@ -31,7 +31,7 @@ + + mkdirs: + @for i in $(instdirs) ; do \ +- if test -d $$i ; then : ; else mkdir $$i ; fi ; \ ++ if test -d $$i ; then : ; else mkdir -p $$i ; fi ; \ + done + + dragdrop: mkdirs |