diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-02-01 17:07:56 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-02-01 17:14:19 +0100 |
commit | c23608a28f856bc7d667228ac0b42a6b9bd35d31 (patch) | |
tree | 91fbf18917107e43606fd29c41bf82f923d8e396 /net-misc/socat | |
parent | net-misc/socat: Old. (diff) | |
download | gentoo-c23608a28f856bc7d667228ac0b42a6b9bd35d31.tar.gz gentoo-c23608a28f856bc7d667228ac0b42a6b9bd35d31.tar.bz2 gentoo-c23608a28f856bc7d667228ac0b42a6b9bd35d31.zip |
net-misc/socat: Reinstate patch.
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-misc/socat')
-rw-r--r-- | net-misc/socat/socat-1.7.3.1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-misc/socat/socat-1.7.3.1.ebuild b/net-misc/socat/socat-1.7.3.1.ebuild index e01d76b54310..b101e18724ad 100644 --- a/net-misc/socat/socat-1.7.3.1.ebuild +++ b/net-misc/socat/socat-1.7.3.1.ebuild @@ -29,6 +29,11 @@ DOCS=( BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README SECURITY ) +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.7.3.0-filan-build.patch +} + + src_configure() { filter-flags '-Wno-error*' #293324 tc-export AR |