FreeBSD patches for miniupnpc, boost, bitcoin

This commit is contained in:
janus
2015-11-24 11:37:39 +00:00
parent a1ade02cdc
commit 3cb831d2bc
3 changed files with 9 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
{ stdenv, icu, expat, zlib, bzip2, python, fixDarwinDylibNames
, toolset ? if stdenv.isDarwin then "clang" else null
, toolset ? if stdenv.isDarwin || stdenv.isFreeBSD then "clang" else null
, enableRelease ? true
, enableDebug ? false
, enableSingleThreaded ? false