Navigation Menu

Skip to content

Commit

Permalink
qt5: simplify OS version check
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusCalhoun-Lopez committed Feb 16, 2017
1 parent 738417c commit 109fa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aqua/qt5/Portfile
Expand Up @@ -1134,7 +1134,7 @@ foreach {module module_info} [array get modules] {

# special case
if { ${module} eq "qtmultimedia" } {
if { [vercmp ${os.version} 12] < 0} {
if { ${os.major} < 12 } {
# see https://trac.macports.org/ticket/52922
patchfiles-append patch-firstObject.diff
}
Expand Down

0 comments on commit 109fa77

Please sign in to comment.