net-misc/iperf: Fix automagic in libsctp (bug #611110 by coyote).
authorJeroen Roovers <jer@gentoo.org>
Mon, 27 Feb 2017 15:09:42 +0000 (16:09 +0100)
committerJeroen Roovers <jer@gentoo.org>
Mon, 27 Feb 2017 15:10:39 +0000 (16:10 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-misc/iperf/iperf-3.1.6-r1.ebuild [moved from net-misc/iperf/iperf-3.1.6.ebuild with 94% similarity]

similarity index 94%
rename from net-misc/iperf/iperf-3.1.6.ebuild
rename to net-misc/iperf/iperf-3.1.6-r1.ebuild
index 0da709acbb4e757e3d810a60134623f39ddace04..711875a3c4b2b81d20e8129013672626738d701c 100644 (file)
@@ -29,6 +29,7 @@ src_prepare() {
 }
 
 src_configure() {
+       use sctp || export ac_cv_header_netinet_sctp_h=no
        econf $(use_enable static-libs static)
 }