unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob f4365e68829c32ff81bf7220d2b2d79787498e08 522 bytes (raw)
name: gnu/packages/patches/perl-tk-x11-discover.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
On non-x86_64 systems, this conditional can cause a specified X11 build value
to be overwritten to null, causing x11 discovery to fail.

--- a/myConfig	2014-05-12 11:16:48.152719722 -0500
+++ b/myConfig	2014-05-12 11:16:24.704719113 -0500
@@ -350,7 +350,7 @@
   #
   # Prefer 64bit libraries on certain architectures
   #
-  unless (defined $xlib and $Config{'archname'} =~ m/x86_64/)
+  unless (defined $xlib or not $Config{'archname'} =~ m/x86_64/)
     {
       $xlib64 = &lX11(0, chooseX11(</usr/X11*/lib64>));
     }

debug log:

solving f4365e6 ...
found f4365e6 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).