From 3dc51ef89df09b61f8d075520f07672a2a7f03bb Mon Sep 17 00:00:00 2001 From: Joseph Jezak Date: Thu, 19 Mar 2009 16:42:23 +0000 Subject: Fix bug #198977. (Portage version: 2.1.6.7/cvs/Linux x86_64) --- dev-perl/perl-tk/files/xorg.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-perl/perl-tk/files') diff --git a/dev-perl/perl-tk/files/xorg.patch b/dev-perl/perl-tk/files/xorg.patch index 9e88f46100db..998f3c72abbf 100644 --- a/dev-perl/perl-tk/files/xorg.patch +++ b/dev-perl/perl-tk/files/xorg.patch @@ -39,11 +39,12 @@ diff -Naurp Tk-804.027/myConfig Tk-804.027.new/myConfig if (defined $X11INC) { $xinc = &IX11("$X11INC"); -@@ -321,6 +321,7 @@ if ($win_arch eq 'x') { +@@ -321,6 +321,8 @@ if ($win_arch eq 'x') { { warn "Cannot find X include files via $base/include\n"; $xinc = &IX11(map("$_/include",@xdirs), + chooseX11(), ++ '/usr/include', '/usr/openwin/include', chooseX11(), chooseX11(), -- cgit v1.2.3-65-gdbad