Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Aug 2004 21:38:16 +0200
From:      Pawel Worach <pawel.worach@telia.com>
To:        ports@freebsd.org
Subject:   xautolock gcc 3.4 build fix
Message-ID:  <411FBBA8.4070004@telia.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------040507090803070802030501
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

This patch makes xautolock build with gcc 3.4.

- --
Pawel
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (FreeBSD)

iD8DBQFBH7unTVOzajVBZGARArvNAKDBeXnryL65/NCHx/EfeQIXOR9j4ACfVQVK
lDdew84de1FKO5VSzzhUSqw=
=5k5w
-----END PGP SIGNATURE-----

--------------040507090803070802030501
Content-Type: text/plain;
 name="xautolock.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="xautolock.patch"

--- xautolock.c.broken	Sun Aug 15 21:35:14 2004
+++ xautolock.c	Sun Aug 15 21:35:45 2004
@@ -1968,7 +1968,7 @@
           if (kill_trigger) SetKillTrigger (kill_time);
 
 #ifdef __GNUC__
-	default: /* Makes gcc -Wall shut up. */
+	default: break; /* Makes gcc -Wall shut up. */
 #endif /* __GNUC__ */
       }
     }

--------------040507090803070802030501--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?411FBBA8.4070004>