]> git.wh0rd.org Git - patches.git/blob - mit-krb5-no-static-USE-flag.patch
more random patches. who knows.
[patches.git] / mit-krb5-no-static-USE-flag.patch
1 Index: mit-krb5-1.5.1.ebuild
2 ===================================================================
3 RCS file: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.5.1.ebuild,v
4 retrieving revision 1.3
5 diff -u -p -r1.3 mit-krb5-1.5.1.ebuild
6 --- mit-krb5-1.5.1.ebuild       7 Nov 2006 02:45:30 -0000       1.3
7 +++ mit-krb5-1.5.1.ebuild       28 Dec 2006 19:56:32 -0000
8 @@ -14,7 +14,7 @@ SRC_URI="http://web.mit.edu/kerberos/dis
9  LICENSE="as-is"
10  SLOT="0"
11  KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
12 -IUSE="krb4 static tcl ipv6 doc"
13 +IUSE="krb4 tcl ipv6 doc"
14  
15  RDEPEND="!virtual/krb5
16         sys-libs/com_err
17 @@ -41,7 +41,7 @@ src_compile() {
18                 $(use_with krb4) \
19                 $(use_with tcl) \
20                 $(use_enable ipv6) \
21 -               $(use_enable static) \
22 +               --enable-static \
23                 --enable-shared \
24                 --with-system-et --with-system-ss \
25                 --enable-dns-for-realm || die