Skip to content

Commit

Permalink
libfilezilla: try to fix building with Xcode < 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Chih-Hsuan Yen authored and pmetzger committed May 7, 2018
1 parent 6522128 commit 0ee8338
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devel/libfilezilla/Portfile
Expand Up @@ -29,6 +29,9 @@ depends_build port:pkgconfig \

use_bzip2 yes

# libfilezilla uses thread_local, which is not supported in Xcode < 8
compiler.blacklist-append {clang < 800}

test.run yes
test.dir ${worksrcpath}/tests
test.cmd ./test
Expand Down

0 comments on commit 0ee8338

Please sign in to comment.