diff options
author | Joseph Jezak <josejx@gentoo.org> | 2004-11-08 02:08:23 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2004-11-08 02:08:23 +0000 |
commit | fe29dfc87ba7a6437595da661d99ab4e9c36986d (patch) | |
tree | a0872d198cc5017875996dfabb9bb191a956e30d /games-strategy/xconq/files | |
parent | Added ~ppc. (Manifest recommit) (diff) | |
download | gentoo-2-fe29dfc87ba7a6437595da661d99ab4e9c36986d.tar.gz gentoo-2-fe29dfc87ba7a6437595da661d99ab4e9c36986d.tar.bz2 gentoo-2-fe29dfc87ba7a6437595da661d99ab4e9c36986d.zip |
Fixed gcc 3.4 compile problems and added ~ppc.
Diffstat (limited to 'games-strategy/xconq/files')
-rw-r--r-- | games-strategy/xconq/files/xconq-gcc-3.4.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-strategy/xconq/files/xconq-gcc-3.4.patch b/games-strategy/xconq/files/xconq-gcc-3.4.patch new file mode 100644 index 000000000000..28191039b0e0 --- /dev/null +++ b/games-strategy/xconq/files/xconq-gcc-3.4.patch @@ -0,0 +1,10 @@ +--- tcltk/tkmain.c.old 2004-11-05 11:28:11.379166320 +0000 ++++ tcltk/tkmain.c 2004-11-05 11:28:25.956950160 +0000 +@@ -1381,6 +1381,7 @@ + return TRUE; + case 1: + default: ++ ; + } + return FALSE; + } |