]> git.pld-linux.org Git - packages/STLport.git/commitdiff
- fix for gcc 3.2
authorggodlewski <ggodlewski@pld-linux.org>
Sat, 19 Oct 2002 12:50:59 +0000 (12:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    STLport.spec -> 1.20

STLport.spec

index 1d5e30f9cb58aa25f587d45f72b557b22b9af6ad..870aa4fb4682d48fb34f09a5f901704430da40e6 100644 (file)
@@ -2,11 +2,15 @@ Summary:      C++ standard library
 Summary(pl):   Biblioteki standardowe C++ 
 Name:          STLport
 Version:       4.5.3
-Release:       2
+Release:       3
 License:       distributable (see README.gz)
 Group:         Libraries
 Source0:       http://www.stlport.com/archive/%{name}-%{version}.tar.gz
 Patch0:                %{name}-nodebug.patch
+Patch1:                %{name}-gcc3.patch
+Patch2:                %{name}-4.5.3-gcc3stdexcept.patch
+Patch3:                %{name}-4.5.3-nobadlink.patch
+Patch4:                %{name}-4.5.3-extra-cxxflags.patch
 URL:           http://www.stlport.org/
 BuildRequires: gcc-c++
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -44,6 +48,10 @@ Biblioteki statyczne do STLport.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+#%patch2 -p1
+#%patch3 -p1
+#%patch4 -p1
 
 %build
 cd src
This page took 0.041615 seconds and 4 git commands to generate.