X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=net-dns%2Fdjbdns%2Fdjbdns-1.05-r27.ebuild;h=9b19cdb1b00c6c7c14e2ad4f64275a895a78d297;hb=05dbc6391d898283c197e81a25c564401e8cce2c;hp=3810514b1b80539db710c4c4d99ae71a0b75bbd2;hpb=61df1fc4d3db4744e0b2314333255e3015923c1b;p=mjo-overlay.git diff --git a/net-dns/djbdns/djbdns-1.05-r27.ebuild b/net-dns/djbdns/djbdns-1.05-r27.ebuild index 3810514..9b19cdb 100644 --- a/net-dns/djbdns/djbdns-1.05-r27.ebuild +++ b/net-dns/djbdns/djbdns-1.05-r27.ebuild @@ -54,6 +54,10 @@ src_prepare() { # Careful -- >=test21 of the IPv6 patch includes the errno patch epatch "${FILESDIR}/ipv6-mjo.patch" + # The ipv6 patch is a little sloppy in the Makefile. + # Anything depending on socket.h should depend on uint32.h as well. + epatch "${FILESDIR}/makefile-uint32-fix.patch" + # Parts of the ipv6 patch fail due to the CVE2008-4392 fix above. # The following two patches fix those hunks. epatch \