summaryrefslogtreecommitdiff
path: root/x11/p5-Tk/patches/patch-ah
blob: 0b942fe29802ae7fc575d07cbf1066b9ece0d571 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ah,v 1.2 2012/01/22 19:00:34 abs Exp $

--- myConfig.orig	2012-01-22 18:50:31.000000000 +0000
+++ myConfig
@@ -336,7 +336,7 @@ if ($win_arch eq 'x') {
   #
   # Prefer 64bit libraries on certain architectures
   #
-  unless (defined $xlib and $Config{'archname'} =~ m/x86_64/)
+  if (!defined $xlib and $Config{'archname'} =~ m/x86_64/)
     {
       $xlib = &lX11(0, chooseX11(</usr/X11*/lib64>));
     }