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:
parent
45b402b338
commit
8bb7296b9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115663
12
games/xconq/files/patch-tcltk::tkmain.c
Normal file
12
games/xconq/files/patch-tcltk::tkmain.c
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user