summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-03-20 17:32:06 +0000
committerhasso <hasso@pkgsrc.org>2009-03-20 17:32:06 +0000
commit917d49ebb5fc7515daea1e87a2b9c6fa0073fffb (patch)
treec89566f7a0f6c28cab5a3e6707271b787d25a0b8 /x11
parent0d0e90a320db4ce34595ef02e4914c67eb4505a6 (diff)
downloadpkgsrc-917d49ebb5fc7515daea1e87a2b9c6fa0073fffb.tar.gz
Make it build on non amd64 systems with modular xorg.
Diffstat (limited to 'x11')
-rw-r--r--x11/p5-Tk/distinfo3
-rw-r--r--x11/p5-Tk/patches/patch-ah13
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/p5-Tk/distinfo b/x11/p5-Tk/distinfo
index 905a90364f1..fe2fac4ef3e 100644
--- a/x11/p5-Tk/distinfo
+++ b/x11/p5-Tk/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2008/10/22 10:35:30 markd Exp $
+$NetBSD: distinfo,v 1.15 2009/03/20 17:32:06 hasso Exp $
SHA1 (Tk-804.028.tar.gz) = 075c751f1388741aa313e002578d2e802668f2e8
RMD160 (Tk-804.028.tar.gz) = 8db5d3376f2374429ef71c38ddd268a73bac437e
@@ -10,3 +10,4 @@ SHA1 (patch-ad) = 63ebc6b66557e7ea36c9e3ee51366a0de43da699
SHA1 (patch-ae) = 865e5d868bac794c6058f5b7465239a4ca968877
SHA1 (patch-af) = 7d8de5532dd67680d6d3ad08f01fcb066805b45c
SHA1 (patch-ag) = ac4dccefd04743db78ddecde51b23194da1a801f
+SHA1 (patch-ah) = 9399bfd03b6cc215cc8f918ac8ae0348bf7f6272
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>));
+ }