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

Collapse All | Expand All

(-)wx-config-helper.orig (-1 / +1 lines)
Lines 238-244 Link Here
238
   $wx_cmd .= " --libs";
238
   $wx_cmd .= " --libs";
239
   my $wx_out = `$wx_cmd`;
239
   my $wx_out = `$wx_cmd`;
240
240
241
   SDie("output of '$wx_cmd' did not contain a -L/path/to/wx-widgets/lib/directory flag; are you sure wxWidgets has been built?") if ($wx_out !~ m#-L/#);
241
   ###SDie("output of '$wx_cmd' did not contain a -L/path/to/wx-widgets/lib/directory flag; are you sure wxWidgets has been built?") if ($wx_out !~ m#-L/#);
242
   
242
   
243
   if ($Is_Shared)
243
   if ($Is_Shared)
244
   {
244
   {

Return to bug 71086