summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Sikora2006-12-28 18:31:32 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit5d460e926eaac7befcf9f5b4abc0ac4d6a51fd6d (patch)
tree2e4f122e900291dc5dcb5ed056ec4f86b065096d
parentd5885b1de5bdb6ad4edbc9fa8bc4b5495a387dae (diff)
downloadSTLport-5d460e926eaac7befcf9f5b4abc0ac4d6a51fd6d.zip
STLport-5d460e926eaac7befcf9f5b4abc0ac4d6a51fd6d.tar.gz
- type promotion patch not needed now.auto/th/STLport-5_1_0-1
Changed files: STLport.spec -> 1.70
-rw-r--r--STLport.spec9
1 files changed, 3 insertions, 6 deletions
diff --git a/STLport.spec b/STLport.spec
index bedd9ee..40015a0 100644
--- a/STLport.spec
+++ b/STLport.spec
@@ -9,9 +9,8 @@ Group: Libraries
Source0: http://dl.sourceforge.net/stlport/%{name}-%{version}.tar.bz2
# Source0-md5: dcf079313e7e0d7870307b74b658bb81
Patch0: %{name}-endianness.patch
-Patch1: %{name}-type_promotion.patch
-Patch2: %{name}-gcc420_dirty_hack.patch
-Patch3: %{name}-gcc420.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
@@ -54,10 +53,8 @@ Biblioteki statyczne do STLport.
%prep
%setup -q
%patch0 -p1
-# UPDATE or DROP (needed?)
-#%patch1 -p1
+%patch1 -p1
%patch2 -p1
-%patch3 -p1
sed -i -e 's/= -O2$/= %{rpmcflags}/' build/Makefiles/gmake/gcc.mak