From 94b2d5642808df39d7806245a28cf6b458eb8a079f6aa1e9cdc0c420174cb521 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 6 Feb 2012 08:31:57 +0000 Subject: [PATCH] Accepting request 102763 from home:pontostroy fix ld_preload libxcb-util.so.0 on %ix86 OBS-URL: https://build.opensuse.org/request/show/102763 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-libs?expand=0&rev=185 --- xorg-x11-libs.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xorg-x11-libs.spec b/xorg-x11-libs.spec index 6bfe603..2a7e120 100644 --- a/xorg-x11-libs.spec +++ b/xorg-x11-libs.spec @@ -100,6 +100,10 @@ This package contains all necessary include files and libraries needed to develop X11 applications that require these. %prep +%ifarch %ix86 +sed -i 's/lib64/%{_lib}/g' %{SOURCE91} +sed -i 's/lib64/%{_lib}/g' %{SOURCE92} +%endif %setup -q -T -c %{name} for i in $RPM_SOURCE_DIR/*.tar.bz2; do tar xjf $i; done pushd libXft-*/src