summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-03-04 19:39:44 +0000
committerMike Frysinger <vapier@gentoo.org>2003-03-04 19:39:44 +0000
commita0b78b96aa1a1dd0fbd4b056b0517a30d0d91d1a (patch)
tree0c4fd0740e3156520711b271a8c033b64272c936 /net-misc
parentmultiple job fix (diff)
downloadhistorical-a0b78b96aa1a1dd0fbd4b056b0517a30d0d91d1a.tar.gz
historical-a0b78b96aa1a1dd0fbd4b056b0517a30d0d91d1a.tar.bz2
historical-a0b78b96aa1a1dd0fbd4b056b0517a30d0d91d1a.zip
fix byteswap
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/dante/dante-1.1.13.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/dante/dante-1.1.13.ebuild b/net-misc/dante/dante-1.1.13.ebuild
index 7451986ef8ee..0a47c4a682ec 100644
--- a/net-misc/dante/dante-1.1.13.ebuild
+++ b/net-misc/dante/dante-1.1.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dante/dante-1.1.13.ebuild,v 1.11 2003/03/04 18:56:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dante/dante-1.1.13.ebuild,v 1.12 2003/03/04 19:39:44 vapier Exp $
inherit gcc
@@ -20,7 +20,7 @@ DEPEND="${RDEPEND}
sys-devel/perl"
src_compile() {
- [ "`gcc-fullversion`" == "3.2.1" ] && export CFLAGS=""
+ [ "`gcc-version`" == "3.2" ] && export CFLAGS=""
local myconf
use tcpd || myconf="--disable-libwrap"