summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-03-05 09:26:40 +0100
committerJeroen Roovers <jer@gentoo.org>2016-03-05 09:26:57 +0100
commit1e993862a9035cdf54e32298f593a3d03b2f94fe (patch)
tree5c24a749baabbb07bc285d7e7156ac0e6c84ae13 /net-misc/socat/socat-1.7.3.1.ebuild
parentprofiles/profiles.desc: add missing Mac OS X profiles (diff)
downloadgentoo-1e993862a9035cdf54e32298f593a3d03b2f94fe.tar.gz
gentoo-1e993862a9035cdf54e32298f593a3d03b2f94fe.tar.bz2
gentoo-1e993862a9035cdf54e32298f593a3d03b2f94fe.zip
net-misc/socat: Fix building with USE=-ssl (bug #576270 by Jan Chren (rindeal)).
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-misc/socat/socat-1.7.3.1.ebuild')
-rw-r--r--net-misc/socat/socat-1.7.3.1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-misc/socat/socat-1.7.3.1.ebuild b/net-misc/socat/socat-1.7.3.1.ebuild
index 998dc35f1929..e46c58a43438 100644
--- a/net-misc/socat/socat-1.7.3.1.ebuild
+++ b/net-misc/socat/socat-1.7.3.1.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-inherit eutils flag-o-matic toolchain-funcs
+inherit autotools eutils flag-o-matic toolchain-funcs
DESCRIPTION="Multipurpose relay (SOcket CAT)"
HOMEPAGE="http://www.dest-unreach.org/socat/"
@@ -31,6 +31,9 @@ DOCS=(
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.7.3.0-filan-build.patch
+ epatch "${FILESDIR}"/${PN}-1.7.3.1-stddef_h.patch
+
+ eautoreconf
}
src_configure() {