diff options
author | Chi-Thanh Christopher Nguyen <chithanh@gentoo.org> | 2011-07-02 01:59:51 +0200 |
---|---|---|
committer | Chi-Thanh Christopher Nguyen <chithanh@gentoo.org> | 2011-07-02 01:59:51 +0200 |
commit | 49aa8bfb872d378fd63656ba5956f966e019dae3 (patch) | |
tree | 160ad2d1e8f7d6883bdfc58eb763778ec65cbfc3 /x11-apps | |
parent | media-libs/mesa: enable gallium-egl to fix openvg build failure, bug #373735 (diff) | |
download | x11-49aa8bfb872d378fd63656ba5956f966e019dae3.tar.gz x11-49aa8bfb872d378fd63656ba5956f966e019dae3.tar.bz2 x11-49aa8bfb872d378fd63656ba5956f966e019dae3.zip |
x11-apps/xwininfo: sync with portage
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xwininfo/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/xwininfo/xwininfo-9999.ebuild | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/x11-apps/xwininfo/Manifest b/x11-apps/xwininfo/Manifest index 2bea53b1..7bd1992d 100644 --- a/x11-apps/xwininfo/Manifest +++ b/x11-apps/xwininfo/Manifest @@ -1,2 +1,2 @@ -EBUILD xwininfo-9999.ebuild 477 RMD160 76a888a068791ee05691b4fb19d17e07110f0ec7 SHA1 a3cb0bf78d0b68aea1ccbd990b42d969ad20034c SHA256 4e936193ce21b1fdcbcc32cfc0b180f2d06c3163ed702d37665caffa5d0162a6 +EBUILD xwininfo-9999.ebuild 744 RMD160 e94af34ae0521c2798c72550c6211254fd89e67a SHA1 dd6e4644afafa4870901ad0b07ee147cd121bd88 SHA256 b2e3fd6f5c39b73f5b1cf0f96cf802a54b0b5d6c8f0b2a567758e101b3af25e1 MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 diff --git a/x11-apps/xwininfo/xwininfo-9999.ebuild b/x11-apps/xwininfo/xwininfo-9999.ebuild index 47bbb612..f71d30d1 100644 --- a/x11-apps/xwininfo/xwininfo-9999.ebuild +++ b/x11-apps/xwininfo/xwininfo-9999.ebuild @@ -4,7 +4,7 @@ EAPI=4 -inherit xorg-2 +inherit xorg-2 flag-o-matic DESCRIPTION="window information utility for X" @@ -15,3 +15,11 @@ RDEPEND=">=x11-libs/libxcb-1.6 x11-libs/libX11" DEPEND="${RDEPEND} >=x11-proto/xproto-7.0.17" + +pkg_setup() { + # interix has a _very_ old iconv in libc, however, including + # iconv.h redefines those symbols to libiconv_*, which then + # are unresolved, as the configure check is old and dumb. + [[ ${CHOST} == *-interix* ]] && + append-libs -liconv +} |