summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Villavicencio <the_paya@gentoo.org>2010-04-13 11:50:37 +0000
committerJavier Villavicencio <the_paya@gentoo.org>2010-04-13 11:50:37 +0000
commit663c5c3950dfc1d10123d096f8ad17a357aa4b0b (patch)
tree95054b95b84c7c2218968d8a04d034952d2911e2 /sys-freebsd/freebsd-usbin/files
parentVersion bump (diff)
downloadgentoo-2-663c5c3950dfc1d10123d096f8ad17a357aa4b0b.tar.gz
gentoo-2-663c5c3950dfc1d10123d096f8ad17a357aa4b0b.tar.bz2
gentoo-2-663c5c3950dfc1d10123d096f8ad17a357aa4b0b.zip
Fix nowrap patch and tcpd useflag, closes bug 275924.
(Portage version: 2.2_rc67/cvs/FreeBSD i386)
Diffstat (limited to 'sys-freebsd/freebsd-usbin/files')
-rw-r--r--sys-freebsd/freebsd-usbin/files/freebsd-usbin-7.0-nowrap.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-freebsd/freebsd-usbin/files/freebsd-usbin-7.0-nowrap.patch b/sys-freebsd/freebsd-usbin/files/freebsd-usbin-7.0-nowrap.patch
index 17442eef68c0..9b11104e8337 100644
--- a/sys-freebsd/freebsd-usbin/files/freebsd-usbin-7.0-nowrap.patch
+++ b/sys-freebsd/freebsd-usbin/files/freebsd-usbin-7.0-nowrap.patch
@@ -18,7 +18,7 @@ diff -ur usr.sbin.orig/rpcbind/Makefile usr.sbin/rpcbind/Makefile
+LDADD= -lutil
+
+.if !defined(NO_WRAP)
-+CFLAGS+= -DTCP_WRAPPER
++CFLAGS+= -DLIBWRAP
+DPADD+= ${LIBWRAP}
+LDADD+= -lwrap
+.endif