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, 8 insertions, 5 deletions
diff --git a/x11/blt/patches/patch-aa b/x11/blt/patches/patch-aa
index 62193bf2597..096ed9e4bb3 100644
--- a/x11/blt/patches/patch-aa
+++ b/x11/blt/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.8 2004/03/06 06:26:21 minskim Exp $
+$NetBSD: patch-aa,v 1.9 2005/10/07 17:39:26 perry Exp $
---- configure.in.orig 2002-10-04 00:33:23.000000000 -0500
-+++ configure.in
-@@ -716,8 +716,8 @@ case $target in
+--- configure.in.orig 2002-10-04 01:33:23.000000000 -0400
++++ configure.in 2005-10-07 13:12:02.000000000 -0400
+@@ -716,8 +716,8 @@
TK_LIB_NAME="tk${TK_MAJOR_VERSION}${TK_MINOR_VERSION}"
;;
*)
@@ -13,8 +13,11 @@ $NetBSD: patch-aa,v 1.8 2004/03/06 06:26:21 minskim Exp $
;;
esac
-@@ -1238,9 +1238,10 @@ case $target in
+@@ -1236,11 +1236,13 @@
+
+ *-netbsd*|*-freebsd*|*-openbsd*)
# Not available on all versions: check for include file.
++ EXTRA_LIB_SPECS="$PTHREAD_LDFLAGS"
AC_CHECK_HEADER(dlfcn.h, test_ok=yes, test_ok=no)
if test "$test_ok" = yes; then
+ LDFLAGS="-L${prefix}/lib -L${X11BASE}/lib -Wl,-R${prefix}/lib -Wl,-R${X11BASE}/lib"