diff options
-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 |