summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-03-25 01:33:59 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-03-25 01:33:59 +0000
commit5061fbe1fe26359639a0ae39469c88ab2aa4cc8d (patch)
tree4d00584768ade51fcfd9c79fe55055518799efba
parentFix socket threading in Mono's IO layer. (diff)
- Use built-in getnameinfo
PR: ports/110739 [1], ports/110742 [2] Submitted by: Adam Jacob Muller <Adam@mail.adam.gs> [1] Beech Rintoul <beech@alaskaparadise.com> (maintainer) [2]
-rw-r--r--ftp/proftpd-devel/Makefile1
-rw-r--r--ftp/proftpd/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile
index 5b9f90520b4e..cb1ccd51833c 100644
--- a/ftp/proftpd-devel/Makefile
+++ b/ftp/proftpd-devel/Makefile
@@ -39,6 +39,7 @@ USE_RC_SUBR= proftpd.sh
CONFIGURE_ARGS= --localstatedir=/var/run \
--sysconfdir=${EXAMPLESDIR}/etc \
+ --enable-builtin-getnameinfo \
--disable-sendfile
OPTIONS= IPV6 "Use IPv6" off \
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index 5b9f90520b4e..cb1ccd51833c 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -39,6 +39,7 @@ USE_RC_SUBR= proftpd.sh
CONFIGURE_ARGS= --localstatedir=/var/run \
--sysconfdir=${EXAMPLESDIR}/etc \
+ --enable-builtin-getnameinfo \
--disable-sendfile
OPTIONS= IPV6 "Use IPv6" off \