diff options
Diffstat (limited to 'sys-process/lsof/lsof-4.85-r2.ebuild')
-rw-r--r-- | sys-process/lsof/lsof-4.85-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-process/lsof/lsof-4.85-r2.ebuild b/sys-process/lsof/lsof-4.85-r2.ebuild index 7f26b895c979..ba9d7250ef73 100644 --- a/sys-process/lsof/lsof-4.85-r2.ebuild +++ b/sys-process/lsof/lsof-4.85-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.85-r2.ebuild,v 1.1 2011/11/15 05:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.85-r2.ebuild,v 1.2 2012/04/23 16:06:18 vapier Exp $ EAPI="2" @@ -43,7 +43,7 @@ target() { usex kernel_FreeBSD freebsd linux ; } src_configure() { use static && append-ldflags -static - append-cppflags $(usex rpc "$($(tc-getPKG_CONFIG) libtirpc --cflags)" -DHASNOTRPC) + append-cppflags $(usex rpc "$($(tc-getPKG_CONFIG) libtirpc --cflags)" "-DHASNOTRPC -DHASNORPC_H") append-cppflags $(usex ipv6 -{D,U}HASIPv6) export LSOF_CFGL="${CFLAGS} ${LDFLAGS} \ |