Skip to content
Permalink
Browse files

p5-dbd-mysql: set +mysql56 as default variant on 10.8 and earlier

Currently mysql57 doesn't build on these platforms.
  • Loading branch information
dbevans committed Apr 23, 2019
1 parent 067b35c commit a38f500aa68fda6659c89d24a5b65cd0e51ff857
Showing with 5 additions and 1 deletion.
  1. +5 −1 perl/p5-dbd-mysql/Portfile
@@ -92,6 +92,10 @@ if {${perl5.major} != ""} {
&& ![variant_isset mariadb10_2]
&& ![variant_isset percona]
} {
default_variants +mysql57
if {${os.major} > 12} {
default_variants +mysql57
} else {
default_variants +mysql56
}
}
}

0 comments on commit a38f500

Please sign in to comment.
You can’t perform that action at this time.