]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- rel 1 auto/th/Mesa-7_2-1 auto/ti/Mesa-7_2-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 28 Sep 2008 09:07:42 +0000 (09:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Mesa.spec -> 1.186

Mesa.spec

index e2b328bfe738231edf72e8b7ad745308a2089edd..b813581a9b73e5abbe92a03729230e3ffa8ea4c4 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -17,7 +17,7 @@ Summary:      Free OpenGL implementation
 Summary(pl.UTF-8):     Wolnodostępna implementacja standardu OpenGL
 Name:          Mesa
 Version:       7.2
-Release:       0.1%{?with_multigl:.mgl}
+Release:       1%{?with_multigl:.mgl}
 License:       MIT (core), SGI (GLU,libGLw) and others - see license.html file
 Group:         X11/Libraries
 Source0:       http://dl.sourceforge.net/mesa3d/%{name}Lib-%{version}.tar.bz2
@@ -627,7 +627,7 @@ rm -rf lib-{dri,osmesa,static}
 %{__make} linux${targ}-static \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
-       OPT_FLAGS="%{rpmcflags} -fno-strict-aliasing" \
+       OPT_FLAGS="%{rpmcppflags} %{rpmcflags} -fno-strict-aliasing" \
        XLIB_DIR=%{_libdir} \
        GLW_SOURCES="GLwDrawA.c%{?with_motif: GLwMDrawA.c}" \
        SRC_DIRS="mesa glu glw" \
@@ -638,7 +638,7 @@ mv -f ${lib} lib-static
 %{__make} linux-osmesa \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
-       CFLAGS="%{rpmcflags} -fno-strict-aliasing -fPIC" \
+       CFLAGS="%{rpmcppflags} %{rpmcflags} -fno-strict-aliasing -fPIC" \
        XLIB_DIR=%{_libdir} \
        SRC_DIRS="mesa" \
        PROGRAM_DIRS=
@@ -649,7 +649,7 @@ mv -f lib lib-osmesa
        CC="%{__cc}" \
        CXX="%{__cxx}" \
        MKDEP=makedepend \
-       OPT_FLAGS="%{rpmcflags} -fno-strict-aliasing %{?with_ttm:-DTTM_API}" \
+       OPT_FLAGS="%{rpmcppflags} %{rpmcflags} -fno-strict-aliasing %{?with_ttm:-DTTM_API}" \
        XLIB_DIR=%{_libdir} \
        DRI_DRIVER_SEARCH_DIR=%{_libdir}/xorg/modules/dri \
        SRC_DIRS="glx/x11 mesa glu glw" \
@@ -658,7 +658,7 @@ mv -f lib lib-osmesa
 %{__make} -C progs/xdemos \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
-       OPT_FLAGS="%{rpmcflags}" \
+       OPT_FLAGS="%{rpmcppflags} %{rpmcflags}" \
        XLIB_DIR=%{_libdir} \
        PROGS="glxgears" \
        APP_LIB_DEPS="-L../../${lib} -lGL"
@@ -666,7 +666,7 @@ mv -f lib lib-osmesa
 %{__make} -C progs/xdemos \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
-       OPT_FLAGS="%{rpmcflags}" \
+       OPT_FLAGS="%{rpmcppflags} %{rpmcflags}" \
        XLIB_DIR=%{_libdir} \
        PROGS="glxinfo" \
        APP_LIB_DEPS="-L../../${lib} -lGL -lGLU"
This page took 0.035284 seconds and 4 git commands to generate.