Skip to content

Commit

Permalink
mupdf: reorder statements to fix compiler selection
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbs committed Oct 29, 2023
1 parent 76605a3 commit e533b09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions graphics/mupdf/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ depends_lib port:freetype \
patchfiles patch-build.diff

use_configure no
use_parallel_build no

compiler.cxx_standard 2017

build.args PREFIX=${prefix}
build.args-append CC=${configure.cc} \
Expand All @@ -70,9 +73,6 @@ build.args-append CC=${configure.cc} \
verbose=yes \
shared-release

compiler.cxx_standard 2017
use_parallel_build no

destroot.destdir prefix=${destroot}${prefix}
destroot.args-append \
HAVE_GLUT=yes \
Expand Down

0 comments on commit e533b09

Please sign in to comment.