diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2015-10-16 11:13:50 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2015-10-16 11:13:50 +0000 |
commit | b24fb567188a2e187f35a01858e28c07eeb947d2 (patch) | |
tree | 01264ea09dd5d88c1b3c2e85379aa93671efaa52 /net/irrd/files/patch-configure | |
parent | devel/libuutil: Unbreak (diff) |
- Fix pthread detection. [1]
- Add LICENSE.
- Use USES=tar:tgz.
- OPTIONS'fy.
- Don't hide install procedure.
PR: 203792 [1]
Notes
Notes:
svn path=/head/; revision=399431
Diffstat (limited to 'net/irrd/files/patch-configure')
-rw-r--r-- | net/irrd/files/patch-configure | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/net/irrd/files/patch-configure b/net/irrd/files/patch-configure index c34662282724..094af76d68de 100644 --- a/net/irrd/files/patch-configure +++ b/net/irrd/files/patch-configure @@ -1,6 +1,14 @@ ---- configure.orig 2006-09-12 21:40:55.000000000 +0400 -+++ configure 2008-02-15 16:23:17.000000000 +0300 -@@ -6011,7 +6011,7 @@ +--- configure.orig 2006-09-12 17:40:55 UTC ++++ configure +@@ -2638,7 +2638,6 @@ + THREAD_CFLAGS="-D_THREAD_SAFE -pthread" + fi + CRYPT_LIB="-lcrypt" +- ac_pthrlib="c_r" + ;; + linux* ) + CRYPT_LIB="-lcrypt" +@@ -6011,7 +6010,7 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ |