]> git.pld-linux.org Git - packages/STLport.git/commitdiff
- added patches gcc420 and 420_dirty_hack
authorSzymon Siwek <sls@pld-linux.org>
Tue, 19 Dec 2006 21:44:22 +0000 (21:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- TODO renamed to NOTICE and updated

Changed files:
    STLport.spec -> 1.64

STLport.spec

index 631a538f8f91133b94a09f4051bd749f0d4981fd..d1ed55393be462d7e9983c3333882e1f0b29e80b 100644 (file)
@@ -1,5 +1,5 @@
-# TODO:
-#      doesn't build with libstdc++-4.2.0
+# 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
@@ -11,6 +11,8 @@ Group:                Libraries
 Source0:       http://dl.sourceforge.net/stlport/%{name}-%{version}.tar.bz2
 # Source0-md5: dcf079313e7e0d7870307b74b658bb81
 Patch0:                %{name}-endianness.patch
+Patch1:                %{name}-gcc420_dirty_hack.patch
+Patch2:                %{name}-gcc420.patch
 URL:           http://stlport.sourceforge.net/
 BuildRequires: libstdc++-devel >= 5:3.3.2
 BuildRequires: sed >= 4.0
@@ -53,6 +55,8 @@ Biblioteki statyczne do STLport.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 sed -i -e 's/= -O2$/= %{rpmcflags}/' build/Makefiles/gmake/gcc.mak
 
This page took 0.034314 seconds and 4 git commands to generate.