diff options
author | 2014-09-07 02:28:08 +0200 | |
---|---|---|
committer | 2014-09-07 03:37:22 +0200 | |
commit | e6eafb45439b4c3ec2498b7204bd6e0cac810272 (patch) | |
tree | 8e715b8fe78d8073d55126e2f6d552e7e14ed98b /app-emulation/wine | |
parent | wine-1.7.26 - copy-bump (diff) | |
download | eroen-e6eafb45439b4c3ec2498b7204bd6e0cac810272.tar.gz eroen-e6eafb45439b4c3ec2498b7204bd6e0cac810272.tar.bz2 eroen-e6eafb45439b4c3ec2498b7204bd6e0cac810272.zip |
wine-1.7.26 - disable pcap to avoid automagic
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/wine-1.7.26.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/wine/wine-1.7.26.ebuild b/app-emulation/wine/wine-1.7.26.ebuild index ae4feff..ab93210 100644 --- a/app-emulation/wine/wine-1.7.26.ebuild +++ b/app-emulation/wine/wine-1.7.26.ebuild @@ -336,6 +336,7 @@ multilib_src_configure() { $(use_with osmesa) $(use_with oss) $(use_with png) + --without-pcap $(use_with threads pthread) $(use_with scanner sane) $(use_enable test tests) |