summaryrefslogtreecommitdiff
path: root/x11/blt/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'x11/blt/patches/patch-ae')
-rw-r--r--x11/blt/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/blt/patches/patch-ae b/x11/blt/patches/patch-ae
new file mode 100644
index 00000000000..c5a9d29cef2
--- /dev/null
+++ b/x11/blt/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2000/10/01 14:32:57 rh Exp $
+
+--- library/Makefile.in.orig Sun Oct 1 16:28:43 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