]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- fix libtool/asm
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 26 Nov 2001 15:17:03 +0000 (15:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Mesa.spec -> 1.47

Mesa.spec

index 6b1bc7d33682cb3893d6e3bdc2012b453e9a0568..477422221b91a268380816a43bb79ad36b51d813 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -24,7 +24,8 @@ Patch2:               %{name}-glibc-2.2.patch
 Patch3:                %{name}-am.patch
 Patch4:                %{name}-libGLw.patch
 %{?_with_dri:Patch5: %{name}-XF86DRI-4.0.2.patch}
-#Patch6:       %{name}-3.3-glXcontext.patch
+Patch6:                %{name}-ac.patch
+#PatchX:       %{name}-3.3-glXcontext.patch
 URL:           http://www.mesa3d.org/
 BuildRequires: XFree86-devel
 BuildRequires: motif-devel
@@ -32,6 +33,7 @@ BuildRequires:        motif-devel
 BuildRequires: perl
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libtool
 Provides:      OpenGL
 Obsoletes:     XFree86-OpenGL-core XFree86-OpenGL-libs
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -127,16 +129,20 @@ Programy demonstracyjne dla bibliotek Mesa.
 %patch3 -p1
 %patch4 -p1
 %{?_with_dri:%patch5 -p1}
-#%patch6 -p1
+%patch6 -p1
 # fix demos
 perl -pi -e "s,\.\./images/,%{_examplesdir}/Mesa/images/,g" demos/*
 
 %build
-aclocal -I .
+rm -f missing acinclude.m4
+libtoolize --copy --force
+aclocal
 autoheader
-automake -a -c
 autoconf
+automake -a -c
 %configure \
+       CFLAGS="%{rpmcflags} -I. -I../" \
+       AS='%{__cc}' \
        --enable-static \
        --enable-shared \
        --with-ggi="no" \
This page took 0.036621 seconds and 4 git commands to generate.