summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2009-03-19 16:42:23 +0000
committerJoseph Jezak <josejx@gentoo.org>2009-03-19 16:42:23 +0000
commit3dc51ef89df09b61f8d075520f07672a2a7f03bb (patch)
treefcd05fc064506ce45588f3089d89bc79aa94b2ce /dev-perl/perl-tk/files
parentVersion bump (diff)
downloadgentoo-2-3dc51ef89df09b61f8d075520f07672a2a7f03bb.tar.gz
gentoo-2-3dc51ef89df09b61f8d075520f07672a2a7f03bb.tar.bz2
gentoo-2-3dc51ef89df09b61f8d075520f07672a2a7f03bb.zip
Fix bug #198977.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/perl-tk/files')
-rw-r--r--dev-perl/perl-tk/files/xorg.patch3
1 files changed, 2 insertions, 1 deletions
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/X11*>),
++ '/usr/include',
'/usr/openwin/include',
chooseX11(</usr/X11*/include>),
chooseX11(</usr/include/X11*>),