diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-02-21 19:42:04 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-02-21 19:42:04 +0000 |
commit | 0b4ef7c19ad5c6665e24c17de83dfdb3c12c33a3 (patch) | |
tree | c887f377df42851c7db4827ff59ba6763f37fd9c /games-fps | |
parent | Transition to Manifest2. (diff) | |
download | gentoo-2-0b4ef7c19ad5c6665e24c17de83dfdb3c12c33a3.tar.gz gentoo-2-0b4ef7c19ad5c6665e24c17de83dfdb3c12c33a3.tar.bz2 gentoo-2-0b4ef7c19ad5c6665e24c17de83dfdb3c12c33a3.zip |
Fix USE=speex, bug #167724
(Portage version: 2.1.2-r10)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/alephone/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/alephone/files/alephone-20061228-configure.patch | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-fps/alephone/ChangeLog b/games-fps/alephone/ChangeLog index 466970a1f94a..3c68f5e5a0cc 100644 --- a/games-fps/alephone/ChangeLog +++ b/games-fps/alephone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/alephone # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.17 2007/02/14 16:11:27 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.18 2007/02/21 19:42:04 nyhm Exp $ + + 21 Feb 2007; Tristan Heaven <nyhm@gentoo.org> + files/alephone-20061228-configure.patch: + Fix USE=speex, bug #167724 14 Feb 2007; Simon Stelling <blubb@gentoo.org> alephone-20061228.ebuild: stable on amd64; security bug 162092 diff --git a/games-fps/alephone/files/alephone-20061228-configure.patch b/games-fps/alephone/files/alephone-20061228-configure.patch index 5d58d039d67b..c4b81e966361 100644 --- a/games-fps/alephone/files/alephone-20061228-configure.patch +++ b/games-fps/alephone/files/alephone-20061228-configure.patch @@ -17,7 +17,7 @@ dnl Check for Lua. AC_ARG_VAR(LUA_CFLAGS, [C compiler flags for Lua]) AC_ARG_VAR(LUA_LIBS, [linker flags for Lua]) -@@ -124,14 +127,17 @@ +@@ -124,14 +127,18 @@ AC_DEFINE(HAVE_LUA_H, 1, [Assuming <lua.h> is present]) AC_DEFINE(HAVE_LUALIB_H, 1, [Assuing <lualib.h> is present]) fi @@ -25,8 +25,8 @@ +if [[ "x$enable_speex" = "xyes" ]]; then dnl Check for Speex --AC_CHECK_HEADERS(speex.h, [ -+AC_CHECK_HEADERS(speex/speex.h, [ ++CPPFLAGS="$CPPFLAGS -I/usr/include/speex" + AC_CHECK_HEADERS(speex.h, [ AC_CHECK_LIB(speex, speex_decoder_init, [ LIBS="-lspeex $LIBS" AC_DEFINE(SPEEX, 1, [Speex support is enabled]) |