]> gitweb.michael.orlitzky.com - mjo-overlay.git/blobdiff - net-dns/djbdns/djbdns-1.05-r27.ebuild
Really do what the previous commit should have.
[mjo-overlay.git] / net-dns / djbdns / djbdns-1.05-r27.ebuild
index 3810514b1b80539db710c4c4d99ae71a0b75bbd2..9b19cdb1b00c6c7c14e2ad4f64275a895a78d297 100644 (file)
@@ -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 \