summaryrefslogtreecommitdiff
path: root/x11/p5-Tk/patches
diff options
context:
space:
mode:
authorhasso <hasso>2009-03-20 17:32:06 +0000
committerhasso <hasso>2009-03-20 17:32:06 +0000
commit746abf87439275a9c601240a86e29b1470c4e797 (patch)
treec89566f7a0f6c28cab5a3e6707271b787d25a0b8 /x11/p5-Tk/patches
parent572cec3939d3a28810a3297ec5ad4a5d7abb3a7e (diff)
downloadpkgsrc-746abf87439275a9c601240a86e29b1470c4e797.tar.gz
Make it build on non amd64 systems with modular xorg.
Diffstat (limited to 'x11/p5-Tk/patches')
-rw-r--r--x11/p5-Tk/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/p5-Tk/patches/patch-ah b/x11/p5-Tk/patches/patch-ah
new file mode 100644
index 00000000000..7bb6cd5a731
--- /dev/null
+++ b/x11/p5-Tk/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2009/03/20 17:32:06 hasso Exp $
+
+--- myConfig.orig 2009-03-20 18:58:54 +0200
++++ myConfig 2009-03-20 18:59:41 +0200
+@@ -321,7 +321,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>));
+ }