Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128326 | Differences between
and this patch

Collapse All | Expand All

(-)Tk-804.027/myConfig (-1 / +1 lines)
Lines 309-315 if ($win_arch eq 'x') { Link Here
309
309
310
  die "Cannot find -lX11 anywhere" unless(defined $xlib);
310
  die "Cannot find -lX11 anywhere" unless(defined $xlib);
311
311
312
  ($base) = $xlib =~ m#-L(.*)(?:/lib)$#x;
312
  ($base) = $xlib =~ m#-L(.*)(?:/lib(64))$#x;
313
  if (defined $X11INC)
313
  if (defined $X11INC)
314
    {
314
    {
315
      $xinc = &IX11("$X11INC");
315
      $xinc = &IX11("$X11INC");

Return to bug 128326