diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2007-02-07 18:07:11 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2007-02-07 18:07:11 +0000 |
commit | 6df9bac2e218206db1153fdcbee591bb0e563256 (patch) | |
tree | 45e50625a3b193def3f8fef442ea6ea5a4455040 /games-arcade | |
parent | fix patch for older gtk+ (diff) | |
download | gentoo-2-6df9bac2e218206db1153fdcbee591bb0e563256.tar.gz gentoo-2-6df9bac2e218206db1153fdcbee591bb0e563256.tar.bz2 gentoo-2-6df9bac2e218206db1153fdcbee591bb0e563256.zip |
Missing configure patch. Bug #165739
(Portage version: 2.1.1-r2)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/blockrage/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/blockrage/files/blockrage-0.2.3-config.patch | 10 |
2 files changed, 14 insertions, 1 deletions
diff --git a/games-arcade/blockrage/ChangeLog b/games-arcade/blockrage/ChangeLog index 1b994fd8e06f..a085bb357725 100644 --- a/games-arcade/blockrage/ChangeLog +++ b/games-arcade/blockrage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/blockrage # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/blockrage/ChangeLog,v 1.1 2007/02/06 23:48:12 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/blockrage/ChangeLog,v 1.2 2007/02/07 18:07:11 tupone Exp $ + + 07 Feb 2007; <tupone@gentoo.org> +files/blockrage-0.2.3-config.patch: + Missing configure patch. Bug #165739 by Jiri Svoboda *blockrage-0.2.3 (06 Feb 2007) diff --git a/games-arcade/blockrage/files/blockrage-0.2.3-config.patch b/games-arcade/blockrage/files/blockrage-0.2.3-config.patch new file mode 100644 index 000000000000..1f45f86331c8 --- /dev/null +++ b/games-arcade/blockrage/files/blockrage-0.2.3-config.patch @@ -0,0 +1,10 @@ +--- configure.old 2007-02-07 00:30:26.000000000 +0100 ++++ configure 2007-02-07 00:30:39.000000000 +0100 +@@ -75,7 +75,6 @@ + --build=*) build_alias="$cfg_optarg";; + --host=*) if test ."$build_alias" != ."$cfg_optarg" ; then + printf "configure: cross-compiling not supported\n" >&2 +- exit 1 + fi;; + + --bindir=*) bindir="$cfg_optarg";; |