From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- .../sphinx2/files/sphinx2-0.6-as-needed.patch | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 app-accessibility/sphinx2/files/sphinx2-0.6-as-needed.patch (limited to 'app-accessibility/sphinx2/files') diff --git a/app-accessibility/sphinx2/files/sphinx2-0.6-as-needed.patch b/app-accessibility/sphinx2/files/sphinx2-0.6-as-needed.patch deleted file mode 100644 index f647ab35142c..000000000000 --- a/app-accessibility/sphinx2/files/sphinx2-0.6-as-needed.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- a/configure.in -+++ b/configure.in -@@ -1,7 +1,7 @@ - dnl Welcome to the Sphinx-2 automated build system. - dnl try not to hurt yourself ;) - --AC_INIT(configure.in) -+AC_INIT(configure.ac) - AM_INIT_AUTOMAKE(sphinx2,0.6) - - CFLAGS=${CFLAGS:--g -O2 -Wall} ---- a/src/libsphinx2/Makefile.am -+++ b/src/libsphinx2/Makefile.am -@@ -88,7 +88,7 @@ - word_fsg.c - - --# libsphinx2_la_LIBADD = -lc -lm $(top_srcdir)/src/libsphinx2fe/libsphinx2fe.la -+libsphinx2_la_LIBADD = -lc -lm $(top_srcdir)/src/libsphinx2fe/libsphinx2fe.la - - # hjf@cs.brown.edu - Added for Solaris build - # LDADD = -L/usr/demo/SOUND/lib/ -laudio ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -1,5 +1,5 @@ --SUBDIRS = libsphinx2 \ -- libsphinx2fe \ -+SUBDIRS = libsphinx2fe \ - libsphinx2ad \ -+ libsphinx2 \ - examples - -- cgit v1.2.3