]> git.pld-linux.org Git - packages/STLport.git/blobdiff - STLport.spec
- back to 5.1.0
[packages/STLport.git] / STLport.spec
index 7ce22de88f9766214d78c3c076c8ea0c4b818856..de1728ce4ae256cecef536aea2ac86723f39f03f 100644 (file)
@@ -1,8 +1,10 @@
+# NOTICE:
+#      probably doesn't build with libstdc++ < 4.2.0-200612 (<= 4.1.2 should be OK)
 Summary:       C++ standard library
 Summary(pl):   Biblioteki standardowe C++
 Name:          STLport
 Version:       5.0.2
-Release:       3
+Release:       4
 Epoch:         2
 License:       distributable (see README.gz)
 Group:         Libraries
@@ -10,6 +12,7 @@ Source0:      http://dl.sourceforge.net/stlport/%{name}-%{version}.tar.bz2
 # Source0-md5: 784be5e0499009aeea6e9ec8f7259c41
 Patch0:                %{name}-endianness.patch
 Patch1:                %{name}-type_promotion.patch
+Patch2:                %{name}-gcc420_dirty_hack.patch
 URL:           http://stlport.sourceforge.net/
 BuildRequires: libstdc++-devel >= 5:3.3.2
 BuildRequires: sed >= 4.0
@@ -53,6 +56,7 @@ Biblioteki statyczne do STLport.
 %setup -q -n %{name}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 sed -i -e 's/= -O2$/= %{rpmcflags}/' build/Makefiles/gmake/gcc.mak
 
This page took 0.034175 seconds and 4 git commands to generate.