From 901458f77e15d65b3ea97ca4827dbb634c0e29b4 Mon Sep 17 00:00:00 2001 From: fake Date: Sat, 18 Sep 2004 19:26:50 +0000 Subject: [PATCH] fake: xconq: add gcc34.patch (label at end of compound statement) [2004091302452332530] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4285 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/kasc/xconq/gcc34.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/kasc/xconq/gcc34.patch diff --git a/package/kasc/xconq/gcc34.patch b/package/kasc/xconq/gcc34.patch new file mode 100644 index 000000000..54dfc5775 --- /dev/null +++ b/package/kasc/xconq/gcc34.patch @@ -0,0 +1,10 @@ +--- ./tcltk/tkmain.c.orig 2004-09-13 02:43:00.284858032 +0200 ++++ ./tcltk/tkmain.c 2004-09-13 02:43:13.710816976 +0200 +@@ -1381,6 +1381,7 @@ + return TRUE; + case 1: + default: ++ ; + } + return FALSE; + }