pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/p5-Tk Make it build on non amd64 systems with modu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/650b7d551e18
branches:  trunk
changeset: 556370:650b7d551e18
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Fri Mar 20 17:32:06 2009 +0000

description:
Make it build on non amd64 systems with modular xorg.

diffstat:

 x11/p5-Tk/distinfo         |   3 ++-
 x11/p5-Tk/patches/patch-ah |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 685bb294832c -r 650b7d551e18 x11/p5-Tk/distinfo
--- a/x11/p5-Tk/distinfo        Fri Mar 20 17:30:09 2009 +0000
+++ b/x11/p5-Tk/distinfo        Fri Mar 20 17:32:06 2009 +0000
@@ -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-ae) = 865e5d868bac794c6058f5b7465239a4ca968877
 SHA1 (patch-af) = 7d8de5532dd67680d6d3ad08f01fcb066805b45c
 SHA1 (patch-ag) = ac4dccefd04743db78ddecde51b23194da1a801f
+SHA1 (patch-ah) = 9399bfd03b6cc215cc8f918ac8ae0348bf7f6272
diff -r 685bb294832c -r 650b7d551e18 x11/p5-Tk/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-Tk/patches/patch-ah        Fri Mar 20 17:32:06 2009 +0000
@@ -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>));
+     }



Home | Main Index | Thread Index | Old Index