Skip to content

Commit

Permalink
plplot: fix build with octave variant
Browse files Browse the repository at this point in the history
Octave support requires Swig version 4.
No revbump since port either builds correctly or not at all.
  • Loading branch information
MarcusCalhoun-Lopez committed Aug 21, 2019
1 parent 0f24ea2 commit da6fdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion science/plplot/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ configure.args-append -DBUILD_SHARED_LIBS=ON \
-DBUILD_TEST=OFF \
-DHAVE_SHAPELIB=ON \
-DHAVE_AGG=ON \
-DSWIG_EXECUTABLE=${prefix}/bin/swig \
-DSWIG_EXECUTABLE=${prefix}/bin/swig4 \
-Dhpdf_INCLUDE_DIR=${prefix}/include

post-configure {
Expand Down

0 comments on commit da6fdc4

Please sign in to comment.