Package: tint
Severity: normal
Tags: patch

Fails to build with gcc-3.4; the following patch fixes it.


--- engine.c.orig       2005-06-22 16:49:54.000000000 -0700
+++ engine.c    2005-06-22 16:50:18.000000000 -0700
@@ -95,6 +95,7 @@
                real_rotate (shape,FALSE);
                break;
          case 3:       /* This one is not rotated at all */
+              break;
         }
 }
 

--- tint.c.orig 2005-06-22 17:08:15.000000000 -0700
+++ tint.c      2005-06-22 17:08:17.000000000 -0700
@@ -652,6 +652,7 @@
                                  break;
                                  /* shape moved down one line */
                                case 1:
+                                    break;
                           }
                  }
         }



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-1-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages tint depends on:
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libncurses5                 5.4-4        Shared libraries for terminal hand


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to