diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-03-05 09:26:40 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-03-05 09:26:57 +0100 |
commit | 1e993862a9035cdf54e32298f593a3d03b2f94fe (patch) | |
tree | 5c24a749baabbb07bc285d7e7156ac0e6c84ae13 /net-misc/socat/socat-9999.ebuild | |
parent | profiles/profiles.desc: add missing Mac OS X profiles (diff) | |
download | gentoo-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-9999.ebuild')
-rw-r--r-- | net-misc/socat/socat-9999.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-misc/socat/socat-9999.ebuild b/net-misc/socat/socat-9999.ebuild index 9ebf68b4de9d..076b3a140a36 100644 --- a/net-misc/socat/socat-9999.ebuild +++ b/net-misc/socat/socat-9999.ebuild @@ -33,6 +33,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 } |