mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-16 13:22:43 +01:00
11 lines
564 B
Diff
11 lines
564 B
Diff
--- a/Build/Common/wx-config-helper 2005-01-28 23:52:05.954412376 +0100
|
|
+++ b/Build/Common/wx-config-helper 2005-01-28 23:21:53.680919824 +0100
|
|
@@ -238,7 +238,7 @@
|
|
$wx_cmd .= " --libs";
|
|
my $wx_out = `$wx_cmd`;
|
|
|
|
- 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/#);
|
|
+ ###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/#);
|
|
|
|
if ($Is_Shared)
|
|
{
|