]> git.pld-linux.org Git - packages/audacity.git/commitdiff
- added types patch (needed on 64-bit archs) auto/ac/audacity-1_2_3-5
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 3 May 2005 15:18:26 +0000 (15:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- dropped no-rtti (caused linking failure on amd64)
- release 5

Changed files:
    audacity.spec -> 1.51

audacity.spec

index 33a9c4c148cbc2e80da7abd489c5c75afb998e13..c479cb6f9d90a2ad36b51f1e0eb0545ad3761ca7 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl):    Audacity - narz
 Summary(ru):   Êðîññïëàòôîðìåííûé çâóêîâîé ðåäàêòîð
 Name:          audacity
 Version:       1.2.3
-Release:       4
+Release:       5
 License:       GPL
 Vendor:                Dominic Mazzoni <dominic@minorninth.com>
 Group:         X11/Applications/Sound
@@ -15,6 +15,7 @@ Patch0:               %{name}-system-expat.patch
 Patch1:                %{name}-not_require_lame-libs-devel.patch
 Patch2:                %{name}-opt.patch
 Patch3:                %{name}-wx.patch
+Patch4:                %{name}-types.patch
 URL:           http://audacity.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -63,6 +64,7 @@ Audacity - 
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -79,7 +81,6 @@ export WX_CONFIG="`which wx-gtk2-ansi-config`"
        --with-vorbis=system
 
 %{__make} \
-       CCC="%{__cxx} -fno-rtti" \
        OPTFLAGS="%{rpmcflags}"
 
 %install
This page took 0.12775 seconds and 4 git commands to generate.