Skip to content

Commit

Permalink
thrift: fix lisp support
Browse files Browse the repository at this point in the history
  • Loading branch information
catap authored and reneeotten committed Dec 23, 2023
1 parent 0f06ddc commit 17770e2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions devel/thrift/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version 0.19.0
checksums rmd160 6a9560b841762a260bb8e6cc7f9d69d663c5e99c \
sha256 d49c896c2724a78701e05cfccf6cf70b5db312d82a17efe951b441d300ccf275 \
size 4335656
revision 0
revision 1

categories devel
license Apache-2
Expand Down Expand Up @@ -155,11 +155,10 @@ variant swift description "enable the Swift library" {
use_xcode yes
}

# Fails on PowerPC at the moment: https://trac.macports.org/ticket/68477
# NOTE: Lisp support was removed at 0.17, and recovered as proxy to cl-thrift at 0.19
# this mean that `--with-cl=yes` is useless.
variant lisp description "enable the CL library" {
configure.args-delete --with-cl=no
configure.args-append --with-cl=yes
depends_lib-append port:sbcl
depends_run-append port:cl-thrift
}

test.run yes
Expand Down

0 comments on commit 17770e2

Please sign in to comment.