summaryrefslogtreecommitdiff
path: root/x11/blt/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/blt/patches/patch-aa')
-rw-r--r--x11/blt/patches/patch-aa13
1 files changed, 11 insertions, 2 deletions
diff --git a/x11/blt/patches/patch-aa b/x11/blt/patches/patch-aa
index 5a1746d8aa1..cb2a8a6b163 100644
--- a/x11/blt/patches/patch-aa
+++ b/x11/blt/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.4 2000/09/03 14:54:56 wiz Exp $
+$NetBSD: patch-aa,v 1.5 2000/09/08 02:48:05 jwise Exp $
--- configure.in.orig Wed Jan 12 15:15:36 2000
-+++ configure.in Fri Sep 1 13:03:55 2000
++++ configure.in Thu Sep 7 21:56:11 2000
@@ -580,9 +580,9 @@
TK_LIB_DIR=${TK_EXEC_PREFIX}/lib
@@ -26,3 +26,12 @@ $NetBSD: patch-aa,v 1.4 2000/09/03 14:54:56 wiz Exp $
fi
;;
+@@ -1084,7 +1085,7 @@
+ # Propagate prefix argument as installation directory.
+ #--------------------------------------------------------------------
+
+-BLT_LIBRARY="${prefix}/lib/blt${BLT_VERSION}"
++BLT_LIBRARY="${prefix}/lib/tcl/blt${BLT_VERSION}"
+ AC_SUBST(BLT_LIBRARY)
+
+ #--------------------------------------------------------------------