]> git.pld-linux.org Git - packages/STLport.git/commitdiff
- fix endianness.
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 9 Nov 2005 08:30:26 +0000 (08:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    STLport.spec -> 1.53

STLport.spec

index 4555195e2a32a1088482a4aefa7d790319e7ca03..c3a77117ebf238dedc63c39c5c826b988e019c0f 100644 (file)
@@ -8,11 +8,12 @@ License:      distributable (see README.gz)
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/stlport/%{name}-%{version}.tar.bz2
 # Source0-md5: 5aefcbb0c30a91d50bb2d6c7b30e8393
-Patch0:                %{name}-nodebug.patch
-Patch1:                %{name}-soname.patch
-Patch2:                %{name}-gcc34.patch
-Patch3:                %{name}-4.5.3-gcc3stdexcept.patch
-Patch4:                %{name}-4.5.3-extra-cxxflags.patch
+Patch0:                %{name}-endianness.patch
+#Patch0:               %{name}-nodebug.patch
+#Patch1:               %{name}-soname.patch
+#Patch2:               %{name}-gcc34.patch
+#Patch3:               %{name}-4.5.3-gcc3stdexcept.patch
+#Patch4:               %{name}-4.5.3-extra-cxxflags.patch
 URL:           http://stlport.sourceforge.net/
 BuildRequires: libstdc++-devel >= 5:3.3.2
 %requires_eq   libstdc++
@@ -53,7 +54,8 @@ Biblioteki statyczne do STLport.
 
 %prep
 %setup -q -n %{name}
-#patch0 -p1
+%patch0 -p1
+
 #patch1 -p1
 #patch2 -p1
 #patch3 -p1
This page took 0.074771 seconds and 4 git commands to generate.