]> git.pld-linux.org Git - packages/dialog.git/commitdiff
- gcc 3.4 fixes.
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 1 Mar 2004 12:01:51 +0000 (12:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dialog-gcc34.patch -> 1.1
    dialog.spec -> 1.49

dialog-gcc34.patch [new file with mode: 0644]
dialog.spec

diff --git a/dialog-gcc34.patch b/dialog-gcc34.patch
new file mode 100644 (file)
index 0000000..4fb2d18
--- /dev/null
@@ -0,0 +1,18 @@
+--- dialog-0.69/dialog.c.orig  2004-03-01 12:31:55.000000000 +0100
++++ dialog-0.69/dialog.c       2004-03-01 12:57:10.716175104 +0100
+@@ -234,6 +234,7 @@
+       case DIALOG_YESNO:
+       case DIALOG_MSG:
+       case DIALOG_INFO:
++      case DIALOG_TEXT: /* nothing to do */
+       /* nothing special to do */
+       break; 
+@@ -288,7 +289,6 @@
+       }
+       break;
+-      case DIALOG_TEXT: /* nothing to do */
+     }
+     /*
index c363900814db4870af5cdb7766fc6d99a05f9e80..06a4fef91bf5711c6b3074511325a5f1c7e8ddf1 100644 (file)
@@ -23,6 +23,7 @@ Patch4:               %{name}-opt.patch
 Patch5:                %{name}-menumouse.patch
 Patch6:                %{name}-menuborder.patch
 Patch7:                %{name}-segv.patch
+Patch8:                %{name}-gcc34.patch
 URL:           http://www.AdvancedResearch.org/dialog/
 BuildRequires: autoconf
 BuildRequires: gpm-devel
@@ -96,6 +97,7 @@ Statyczna biblioteka dialog.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 %{__autoconf}
This page took 0.087796 seconds and 4 git commands to generate.