16 lines
403 B
Plaintext
16 lines
403 B
Plaintext
$NetBSD: patch-configure,v 1.1 2016/07/16 03:32:32 markd Exp $
|
|
|
|
Allow latest wxWidgets
|
|
|
|
--- configure.orig 2012-06-28 08:35:03.000000000 +0000
|
|
+++ configure
|
|
@@ -15176,6 +15176,8 @@ case $WX_VERSION in
|
|
;;
|
|
2.[5-9].*)
|
|
;;
|
|
+ 3.*)
|
|
+ ;;
|
|
*)
|
|
as_fn_error $? "wxWidgets >= 2.4.2 required, found version $WX_VERSION" "$LINENO" 5
|
|
as_fn_error $? "Try --with-wx-config." "$LINENO" 5
|