From 946635d03389d2e3607e21f9ada20b8ba605f3dd Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: May 08 2005 10:39:34 +0000 Subject: fix x86_64 by "sed -i -e s|/usr/lib\b|%%{_libdir}| configure" --- diff --git a/wxGTK.spec b/wxGTK.spec index 507fae6..a93077d 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -2,7 +2,7 @@ Name: wxGTK Version: 2.4.2 -Release: 11 +Release: 12 Summary: GTK+ port of the wxWidgets GUI library License: BSD Group: System Environment/Libraries @@ -138,7 +138,7 @@ This package is for the GTK2 backend. %patch1 -b .aclocal18 %patch2 -p1 -b .gcc4 -sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in +sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure %build @@ -296,6 +296,10 @@ ln -sf $(basename %{_bindir}/wxgtk2*-config) %{_bindir}/wx-config %changelog +* Sun May 8 2005 Thorsten Leemhuis - 2.4.2-12 +- sed -i -e 's|/usr/lib\b|%%{_libdir}|' in configure also to fix + x86_64 + * Sat May 7 2005 Michael Schwendt - 2.4.2-11 - Add BR libGL and libGLU to fix FC4 build failure (alternatively use xorg-x11-Mesa-libGL xorg-x11-Mesa-libGLU).