components/perl_modules/perl-tk/patches/myConfig.patch
changeset 1708 5f9e83d9256b
parent 1707 99c37525cdda
child 1709 beec163c6a30
equal deleted inserted replaced
1707:99c37525cdda 1708:5f9e83d9256b
     1 In house, Solaris specific patch to remove path to X11R6/lib as this gets added to LD_RUN_PATH and causes pkg lint warnings of 32-bit runpath in 64-bit binary.
       
     2 --- Tk-804.031/myConfig	2013-05-21 06:25:13.000000000 -0700
       
     3 +++ Tk-804.031/myConfig.new	2014-01-29 23:20:16.182341526 -0800
       
     4 @@ -369,6 +369,7 @@
       
     5        $xlib = &lX11(0,split(/\s+/,$Config{'libpth'}))
       
     6      }
       
     7  
       
     8 +  $xlib = "";
       
     9    unless(defined $xlib)
       
    10      {
       
    11        warn "Cannot find -lX11 anywhere --- cannot build Perl/Tk\n";