diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-09-25 17:04:36 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-09-25 17:04:36 +0000 |
commit | 7d05aa1a08911ec4b89d6fc8f4769b740731f56b (patch) | |
tree | e354b23566c3213876dc9139cf55373c72d4bad3 /app-misc/mc | |
parent | work with newer samba versions, bug #61869 (Manifest recommit) (diff) | |
download | gentoo-2-7d05aa1a08911ec4b89d6fc8f4769b740731f56b.tar.gz gentoo-2-7d05aa1a08911ec4b89d6fc8f4769b740731f56b.tar.bz2 gentoo-2-7d05aa1a08911ec4b89d6fc8f4769b740731f56b.zip |
gssaapi instead of heimdal
Diffstat (limited to 'app-misc/mc')
-rw-r--r-- | app-misc/mc/mc-4.6.0-r11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/mc/mc-4.6.0-r11.ebuild b/app-misc/mc/mc-4.6.0-r11.ebuild index 67943a2b9246..3c47414eefbf 100644 --- a/app-misc/mc/mc-4.6.0-r11.ebuild +++ b/app-misc/mc/mc-4.6.0-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r11.ebuild,v 1.6 2004/09/25 17:03:10 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r11.ebuild,v 1.7 2004/09/25 17:04:36 lanius Exp $ inherit flag-o-matic eutils @@ -43,7 +43,7 @@ src_unpack() { } src_compile() { - append-flags -I/usr/include/heimdal + append-flags -I/usr/include/gssapi filter-flags -malign-double local myconf="" |