diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-09-25 17:03:10 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-09-25 17:03:10 +0000 |
commit | fd83b84bb478abfdf32fe07644240edda1ec29e7 (patch) | |
tree | 50af67f9faed12c8b96877d8c9a7ea4e17bb8e7c /app-misc/mc | |
parent | Add metadata.xml (Manifest recommit) (diff) | |
download | gentoo-2-fd83b84bb478abfdf32fe07644240edda1ec29e7.tar.gz gentoo-2-fd83b84bb478abfdf32fe07644240edda1ec29e7.tar.bz2 gentoo-2-fd83b84bb478abfdf32fe07644240edda1ec29e7.zip |
work with newer samba versions, bug #61869
Diffstat (limited to 'app-misc/mc')
-rw-r--r-- | app-misc/mc/ChangeLog | 3 | ||||
-rw-r--r-- | app-misc/mc/mc-4.6.0-r11.ebuild | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/app-misc/mc/ChangeLog b/app-misc/mc/ChangeLog index 52b841e5e4f3..9264ac9bd85f 100644 --- a/app-misc/mc/ChangeLog +++ b/app-misc/mc/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 25 Sep 2004; Heinrich Wendel <lanius@gentoo.org> mc-4.6.0-r11.ebuild: + work with newer samba versions, bug #61869 + + 25 Sep 2004; Heinrich Wendel <lanius@gentoo.org> mc-4.6.0-r11.ebuild: make pam optional, bug #65036 24 Sep 2004; Heinrich Wendel <lanius@gentoo.org> mc-4.6.0-r11.ebuild: diff --git a/app-misc/mc/mc-4.6.0-r11.ebuild b/app-misc/mc/mc-4.6.0-r11.ebuild index 7a506b82a43b..67943a2b9246 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.5 2004/09/25 15:14:15 lanius Exp $ +# $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 $ inherit flag-o-matic eutils @@ -43,6 +43,7 @@ src_unpack() { } src_compile() { + append-flags -I/usr/include/heimdal filter-flags -malign-double local myconf="" |