summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Jackson <ajax@fedoraproject.org>2008-02-15 23:56:54 +0000
committerAdam Jackson <ajax@fedoraproject.org>2008-02-15 23:56:54 +0000
commitc2c814d4d38b8677060eaa6aa733531032f6206e (patch)
treee62aef3e1f7903148668c0f83bac3434bb2a00b1
parent4e39dbd11698e247c52a07eb5ae30357cf8d20da (diff)
downloadmesa-c2c814d4d38b8677060eaa6aa733531032f6206e.tar.gz
mesa-c2c814d4d38b8677060eaa6aa733531032f6206e.tar.xz
mesa-c2c814d4d38b8677060eaa6aa733531032f6206e.zip
- Fix build on lib64 machines.mesa-7_1-0_14_fc9
-rw-r--r--mesa.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/mesa.spec b/mesa.spec
index bd32fb1..c76f138 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -15,7 +15,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 7.1
-Release: 0.13%{?dist}
+Release: 0.14%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@@ -169,17 +169,17 @@ autoreconf --install
# first, build the osmesa variants
%configure --with-driver=osmesa --with-osmesa-bits=8
make %{_smp_mflags} SRC_DIRS=mesa
-mv lib osmesa8
+mv %{_lib} osmesa8
make clean
%configure --with-driver=osmesa --with-osmesa-bits=16
make %{_smp_mflags} SRC_DIRS=mesa
-mv lib osmesa16
+mv %{_lib} osmesa16
make clean
%configure --with-driver=osmesa --with-osmesa-bits=32
make %{_smp_mflags} SRC_DIRS=mesa
-mv lib osmesa32
+mv %{_lib} osmesa32
make clean
# just to be sure...
@@ -391,6 +391,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/mesa-demos-data
%changelog
+* Fri Feb 15 2008 Adam Jackson <ajax@redhat.com> 7.1-0.14
+- Fix build on lib64 machines.
+
* Fri Feb 15 2008 Adam Jackson <ajax@redhat.com> 7.1-0.13
- Restore -fvisibility=hidden.
- Fix autotooling.