forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-accessibility/sphinx2: Port to EAPI 6
Package-Manager: Portage-2.3.19, Repoman-2.3.6
- Loading branch information
1 parent
a93170c
commit 3deb978
Showing
2 changed files
with
41 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
diff --git a/src/Makefile.am b/src/Makefile.am | ||
index 05a4f8a..23d0309 100644 | ||
--- a/src/Makefile.am | ||
+++ b/src/Makefile.am | ||
@@ -1,5 +1,5 @@ | ||
-SUBDIRS = libsphinx2 \ | ||
- libsphinx2fe \ | ||
+SUBDIRS = libsphinx2fe \ | ||
libsphinx2ad \ | ||
+ libsphinx2 \ | ||
examples | ||
--- 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) | ||
|
||
diff --git a/src/libsphinx2/Makefile.am b/src/libsphinx2/Makefile.am | ||
index 66f0ac3..537381c 100644 | ||
CFLAGS=${CFLAGS:--g -O2 -Wall} | ||
--- a/src/libsphinx2/Makefile.am | ||
+++ b/src/libsphinx2/Makefile.am | ||
@@ -88,7 +88,7 @@ libsphinx2_la_SOURCES = \ | ||
@@ -88,7 +88,7 @@ | ||
word_fsg.c | ||
|
||
|
||
|
@@ -23,3 +20,13 @@ index 66f0ac3..537381c 100644 | |
|
||
# [email protected] - 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters