diff options
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libpcap/libpcap-0.9.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libpcap/libpcap-0.9.5.ebuild b/net-libs/libpcap/libpcap-0.9.5.ebuild index 89ce6615e24b..f1c89db97be9 100644 --- a/net-libs/libpcap/libpcap-0.9.5.ebuild +++ b/net-libs/libpcap/libpcap-0.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.9.5.ebuild,v 1.9 2007/04/20 18:25:14 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.9.5.ebuild,v 1.10 2007/04/20 18:54:47 cedk Exp $ inherit eutils multilib toolchain-funcs @@ -25,7 +25,7 @@ src_unpack() { src_compile() { MY_OPTS="" - if [[ ${CTAGERT} = ${CHOST} ]]; then + if [[ ${CTARGET} = ${CHOST} ]]; then if [[ "{LIBPCAP_PCAP}" == "linux" ]]; then MY_OPTS="--with-pcap=linux" elif [[ "${LIBPCAP_PCAP}" == "bpf" ]]; then |