1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Fix build with gcc-3.4

PR:		ports/70168
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-08-08 17:09:43 +00:00
parent 45b402b338
commit 8bb7296b9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115663

View File

@ -0,0 +1,12 @@
--- tcltk/tkmain.c.orig Tue Dec 5 02:51:35 2000
+++ tcltk/tkmain.c Thu Aug 5 21:24:26 2004
@@ -1380,7 +1380,9 @@
)
return TRUE;
case 1:
+ ;
default:
+ ;
}
return FALSE;
}