diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-05-06 10:09:55 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-05-06 10:09:55 +0000 |
commit | 17e01b4b86d524181842a91bed1241955c1e61de (patch) | |
tree | 3c7e74ebda0641bb9589ad384bf161e89eb0cf26 | |
parent | de70a511f761efbf06d81cc5232abd81d3f5c8af (diff) | |
download | ports-17e01b4b86d524181842a91bed1241955c1e61de.tar.gz ports-17e01b4b86d524181842a91bed1241955c1e61de.zip |
Notes
-rw-r--r-- | net/nss_ldap/Makefile | 2 | ||||
-rw-r--r-- | net/nss_ldap/files/patch-configure.in | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/net/nss_ldap/Makefile b/net/nss_ldap/Makefile index 816c0fe633c7..21282770f878 100644 --- a/net/nss_ldap/Makefile +++ b/net/nss_ldap/Makefile @@ -7,7 +7,7 @@ PORTNAME= nss_ldap PORTVERSION= 1.${NSS_LDAP_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.padl.com/download/ DISTNAME= ${PORTNAME}-${NSS_LDAP_VERSION} diff --git a/net/nss_ldap/files/patch-configure.in b/net/nss_ldap/files/patch-configure.in index 7138c515853c..25791c5588ac 100644 --- a/net/nss_ldap/files/patch-configure.in +++ b/net/nss_ldap/files/patch-configure.in @@ -24,3 +24,11 @@ AC_CHECK_HEADERS(irs.h) ;; esac AC_CHECK_HEADERS(thread.h) +@@ -227,7 +230,6 @@ + AC_CHECK_FUNCS(gethostbyname) + AC_CHECK_FUNCS(nsdispatch) + AC_CHECK_LIB(pthread_nonshared, main) +-AC_CHECK_FUNCS(pthread_atfork) + AC_CHECK_FUNCS(pthread_once) + AC_CHECK_FUNCS(ether_aton) + AC_CHECK_FUNCS(ether_ntoa) |