8f4a9803cd
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-wxWidgets?expand=0&rev=4
12 lines
340 B
Diff
12 lines
340 B
Diff
--- Build.PL.orig 2010-12-27 01:18:00.000000000 +0100
|
|
+++ Build.PL 2010-12-27 01:18:20.000000000 +0100
|
|
@@ -123,7 +123,7 @@
|
|
# if anything went wrong in the autodetection, revert to the correct
|
|
# default
|
|
if( !$ok ) {
|
|
- $build_wx_dflt = 'yes';
|
|
+ die "not ok";
|
|
}
|
|
|
|
# detect wxWidgets using WXDIR/WXWIN environment variables on Win32
|