OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Mar-2008 11:29:26
Branch: HEAD Handle: 2008032210292600
Modified files:
openpkg-src/asterisk-flite
asterisk-flite.patch
Log:
also fix inter-lib dependencies
Summary:
Revision Changes Path
1.3 +3 -3 openpkg-src/asterisk-flite/asterisk-flite.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/asterisk-flite/asterisk-flite.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 asterisk-flite.patch
--- openpkg-src/asterisk-flite/asterisk-flite.patch 22 Mar 2008 10:10:58
-0000 1.2
+++ openpkg-src/asterisk-flite/asterisk-flite.patch 22 Mar 2008 10:29:26
-0000 1.3
@@ -1,6 +1,6 @@
Index: Makefile
--- Makefile.orig 2007-01-11 20:07:14 +0100
-+++ Makefile 2008-03-22 11:09:30 +0100
++++ Makefile 2008-03-22 11:26:25 +0100
@@ -39,7 +39,7 @@
OPTIMIZE=-O6
@@ -15,7 +15,7 @@
endif
-LIBS+=-lm -lflite -lflite_cmulex -lflite_usenglish -lflite_cmu_us_kal
-+LIBS+=-lflite_cmulex -lflite_usenglish -lflite_cmu_us_kal -lflite -lm
++LIBS+=-lflite_cmu_us_kal -lflite_cmulex -lflite_usenglish -lflite -lm
all: $(APPS)
@@ -30,7 +30,7 @@
@if [ -d $(ASTERISKMODDIR) ]; then \
Index: app_flite.c
--- app_flite.c.orig 2007-01-11 20:07:14 +0100
-+++ app_flite.c 2008-03-22 11:07:56 +0100
++++ app_flite.c 2008-03-22 11:25:47 +0100
@@ -38,10 +38,13 @@
0 == Asterisk 1.0.x
2 == Asterisk 1.2.x
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]