ports/net/samba410/files/patch-lib_crypto_wscript__configure
2019-06-30 19:27:35 +00:00

15 lines
652 B
Text

--- lib/crypto/wscript_configure.orig 2019-01-15 10:07:00 UTC
+++ lib/crypto/wscript_configure
@@ -4,10 +4,10 @@ from waflib import Errors, Logs
if not conf.CHECK_FUNCS_IN('MD5Init', 'bsd', headers='bsd/md5.h',
checklibc=True):
- conf.CHECK_FUNCS_IN('MD5Init', 'md5', headers='sys/md5.h',
- checklibc=True)
conf.CHECK_FUNCS_IN('MD5Init', 'md', headers='sys/md5.h',
checklibc=True)
+ conf.CHECK_FUNCS_IN('MD5Init', 'md5', headers='sys/md5.h',
+ checklibc=True)
conf.CHECK_FUNCS_IN('CC_MD5_Init', '', headers='CommonCrypto/CommonDigest.h',
checklibc=True)