diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild b/net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild index 459b4ba58383..cc9f33ae29ea 100644 --- a/net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild +++ b/net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild @@ -46,7 +46,7 @@ src_prepare() { src_configure() { tc-export CC - ./configure $(use pam && echo --without-pam) || die + ./configure $(usex pam '' '--without-pam') || die sed -i \ -e "s:-pipe -O2:${CFLAGS}:" \ |