]> git.pld-linux.org Git - packages/ddd.git/commitdiff
- added patch for gcc3 (from RH)
authorfilon <filon@sokrates.mimuw.edu.pl>
Sun, 31 Mar 2002 00:29:00 +0000 (00:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 11

Changed files:
    ddd.spec -> 1.56

ddd.spec

index 7a64c8dda821296897b0a1523af086942ae05546..05a7a2e6ad031c8d06281d2b63db4616a0b6eb40 100644 (file)
--- a/ddd.spec
+++ b/ddd.spec
@@ -3,7 +3,7 @@ Summary:        X interface to the GDB, DBX and XDB debuggers
 Summary(pl):   Interfejs X do debugerów GDB, DBX i XDB
 Name:          ddd
 Version:       3.3.1
-Release:       10
+Release:       11
 License:       GPL
 Group:         Development/Debuggers
 Source0:       ftp://ftp.gnu.org/gnu/ddd/%{name}-%{version}.tar.gz
@@ -12,6 +12,7 @@ Source2:      %{name}-python.desktop
 Patch0:                %{name}-DESTDIR.patch
 Patch1:                %{name}-ptrace.patch
 Patch2:                %{name}-info.patch
+Patch3:                %{name}-gcc3.patch
 Icon:          ddd.xpm
 URL:           http://www.gnu.org/software/ddd/
 BuildRequires: XFree86-devel
@@ -81,11 +82,13 @@ Data Display Debugger - debugger pythona.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 automake -a -c -f
 %configure2_13 \
        --with-motif
+
 %{__make} CXXOPT="-DNDEBUG %{rpmcflags}"
 
 %install
This page took 0.07077 seconds and 4 git commands to generate.