]> git.pld-linux.org Git - packages/live.git/commitdiff
- gcc4 fix, strstream.h hack not needed (includes ifdef'ed in sources).
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 12 Feb 2006 22:14:19 +0000 (22:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    live.spec -> 1.29

live.spec

index ade6443faa8d9fdecb42c22a5a6ebe04043943ec..236957bada202d51be44efa8ff43408ebadee9f1 100644 (file)
--- a/live.spec
+++ b/live.spec
@@ -2,17 +2,20 @@ Summary:      LIVE555 libraries for streaming media
 Summary(pl):   Biblioteki LIVE555 do strumieni multimedialnych
 Name:          live
 Version:       2005.09.06
-Release:       1
+Release:       2
 Epoch:         2
 License:       LGPL
 Group:         Libraries
 Source0:       http://www.live555.com/liveMedia/public/%{name}.%{version}.tar.gz
 # Source0-md5: 9512b7a4958c2a3628a8e9c35cfcaf74
+Patch0:                %{name}-gcc4.patch
 URL:           http://www.live555.com/liveMedia/
 BuildRequires: libstdc++-devel
 BuildRequires: sed >= 4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                specflags       -fno-strict-aliasing
+
 %description
 LIVE555 libraries for streaming media.
 
@@ -21,9 +24,7 @@ Biblioteki LIVE555 do strumieni multimedialnych.
 
 %prep
 %setup -q -n live
-
-# no <strstream.h> in gcc 3.3 - but... this API is not used anyway
-echo > groupsock/strstream.h
+%patch0 -p1
 
 %build
 ./genMakefiles linux
This page took 0.08295 seconds and 4 git commands to generate.