Skip to content

Commit

Permalink
mlton: Fix environment variable that specifies gmp directory
Browse files Browse the repository at this point in the history
The environment variable GMP_DIR is changed to WITH_GMP_DIR.
  • Loading branch information
pclayton authored and reneeotten committed Jan 9, 2025
1 parent ec6cd29 commit 4f98d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/mlton/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PortGroup openssl 1.0

github.setup MLton mlton 475cf2b14993869711f1a93a15a9fa854b5126ed
version 20240519
revision 1
revision 2
categories lang ml
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
license HPND
Expand Down Expand Up @@ -55,7 +55,7 @@ compiler.blacklist-append {clang < 900}
compiler.blacklist-append {macports-clang-1[7-9]} {macports-gcc-1[4-9]}

build.args-append CC=${configure.cc} \
GMP_DIR=${prefix}
WITH_GMP_DIR=${prefix}

platform darwin 10 {
if {${configure.build_arch} eq "ppc"} {
Expand Down

0 comments on commit 4f98d16

Please sign in to comment.