summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/glob2/files/glob2-0.8.11-configure_speex.patch')
-rw-r--r--games-strategy/glob2/files/glob2-0.8.11-configure_speex.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/games-strategy/glob2/files/glob2-0.8.11-configure_speex.patch b/games-strategy/glob2/files/glob2-0.8.11-configure_speex.patch
deleted file mode 100644
index 1a0e0c7ce8f7..000000000000
--- a/games-strategy/glob2/files/glob2-0.8.11-configure_speex.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-diff -burN /var/tmp/portage/glob2-0.8.11/work/glob2-0.8.11/configure.in glob2-0.8.11/configure.in
---- /var/tmp/portage/glob2-0.8.11/work/glob2-0.8.11/configure.in 2005-01-15 17:07:26.000000000 -0600
-+++ glob2-0.8.11/configure.in 2005-01-23 00:51:59.134676000 -0600
-@@ -26,8 +26,7 @@
- dnl Libraries
-
- dnl Check for Speex
--AC_CHECK_HEADER(speex.h,,AC_MSG_ERROR([*** Speex header not found. Please install Speex (http://www.speex.org).]))
--AC_CHECK_LIB(speex,speex_encoder_init,,AC_MSG_ERROR([*** Speex library not found. Please install Speex (http://www.speex.org).]))
-+XIPH_PATH_SPEEX
-
- dnl Check for SDL
- SDL_VERSION=1.2.0
-diff -burN /var/tmp/portage/glob2-0.8.11/work/glob2-0.8.11/src/Makefile.am glob2-0.8.11/src/Makefile.am
---- /var/tmp/portage/glob2-0.8.11/work/glob2-0.8.11/src/Makefile.am 2005-01-06 10:24:22.000000000 -0600
-+++ glob2-0.8.11/src/Makefile.am 2005-01-23 00:51:59.137676000 -0600
-@@ -151,5 +151,5 @@
- VoiceRecorder.h \
- VoiceRecorder.cpp
-
--glob2_LDADD = @LIBS@ @FT2_LIBS@ @SDL_LIBS@ @VORBISFILE_LIBS@ @VORBIS_LIBS@ ../libgag/src/libgag.a
--INCLUDES = @FT2_CFLAGS@ @SDL_CFLAGS@ @VORBIS_CFLAGS@ -I@srcdir@/../libgag/include
-+glob2_LDADD = @LIBS@ @FT2_LIBS@ @SDL_LIBS@ @VORBISFILE_LIBS@ @VORBIS_LIBS@ @SPEEX_LIBS@ ../libgag/src/libgag.a
-+INCLUDES = @FT2_CFLAGS@ @SDL_CFLAGS@ @VORBIS_CFLAGS@ @SPEEX_CFLAGS@ -I@srcdir@/../libgag/include
-diff -burN /var/tmp/portage/glob2-0.8.11/work/glob2-0.8.11/src/Makefile.in glob2-0.8.11/src/Makefile.in
---- /var/tmp/portage/glob2-0.8.11/work/glob2-0.8.11/src/Makefile.in 2005-01-15 17:09:31.000000000 -0600
-+++ glob2-0.8.11/src/Makefile.in 2005-01-23 00:52:40.901327072 -0600
-@@ -290,8 +290,8 @@
- VoiceRecorder.cpp
-
-
--glob2_LDADD = @LIBS@ @FT2_LIBS@ @SDL_LIBS@ @VORBISFILE_LIBS@ @VORBIS_LIBS@ ../libgag/src/libgag.a
--INCLUDES = @FT2_CFLAGS@ @SDL_CFLAGS@ @VORBIS_CFLAGS@ -I@srcdir@/../libgag/include
-+glob2_LDADD = @LIBS@ @FT2_LIBS@ @SDL_LIBS@ @VORBISFILE_LIBS@ @VORBIS_LIBS@ @SPEEX_LIBS@ ../libgag/src/libgag.a
-+INCLUDES = @FT2_CFLAGS@ @SDL_CFLAGS@ @VORBIS_CFLAGS@ @SPEEX_CFLAGS@ -I@srcdir@/../libgag/include
- subdir = src
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs