Re: devel/llvm: fix arc4random detection

2014-07-25 Thread Brad Smith
On 09/07/14 10:57 AM, Pascal Stumpf wrote: Due to a mixup of autoconf and cmake defines, arc4random doesn't properly get used by LLVM. It uses srand()/rand() instead, triggering warnings. ok? OK. Add to the top of the patch... r213966 Fix arc4random detection. Index: Makefile

devel/llvm: fix arc4random detection

2014-07-09 Thread Pascal Stumpf
Due to a mixup of autoconf and cmake defines, arc4random doesn't properly get used by LLVM. It uses srand()/rand() instead, triggering warnings. ok? Index: Makefile === RCS file: /cvs/ports/devel/llvm/Makefile,v retrieving revision