diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-21 03:38:56 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-21 03:38:56 +0800 |
commit | 298c2281c3b06ab671056eaedb6f7cacea788f6c (patch) | |
tree | 65bc507f4082f865c2c6aa89c107d7e8c182effb /accessibility/gnomespeech/files | |
parent | 06aa4c8370263859dcd6e1b4b77e5c0b227bf462 (diff) | |
download | marcuscom-ports-298c2281c3b06ab671056eaedb6f7cacea788f6c.tar marcuscom-ports-298c2281c3b06ab671056eaedb6f7cacea788f6c.tar.gz marcuscom-ports-298c2281c3b06ab671056eaedb6f7cacea788f6c.tar.bz2 marcuscom-ports-298c2281c3b06ab671056eaedb6f7cacea788f6c.tar.lz marcuscom-ports-298c2281c3b06ab671056eaedb6f7cacea788f6c.tar.xz marcuscom-ports-298c2281c3b06ab671056eaedb6f7cacea788f6c.tar.zst marcuscom-ports-298c2281c3b06ab671056eaedb6f7cacea788f6c.zip |
* Update to 0.2.2
* Conditionalize festival support
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@777 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gnomespeech/files')
-rw-r--r-- | accessibility/gnomespeech/files/patch-ltmain.sh | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/accessibility/gnomespeech/files/patch-ltmain.sh b/accessibility/gnomespeech/files/patch-ltmain.sh index 8afc42e39..be26a38ad 100644 --- a/accessibility/gnomespeech/files/patch-ltmain.sh +++ b/accessibility/gnomespeech/files/patch-ltmain.sh @@ -1,15 +1,15 @@ ---- ltmain.sh.orig Fri Apr 25 15:18:44 2003 -+++ ltmain.sh Sun May 11 02:27:13 2003 -@@ -1061,7 +1061,7 @@ +--- ltmain.sh.orig Fri May 2 16:51:22 2003 ++++ ltmain.sh Tue May 20 15:31:37 2003 +@@ -1277,7 +1277,7 @@ esac - elif test "X$arg" = "X-lc_r"; then - case $host in + elif test "X$arg" = "X-lc_r"; then + case $host in - *-*-openbsd* | *-*-freebsd*) + *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -1071,8 +1071,16 @@ + # Do not include libc_r directly, use -pthread flag. + continue + ;; +@@ -1287,8 +1287,16 @@ continue ;; @@ -26,17 +26,17 @@ continue ;; -@@ -2471,6 +2479,9 @@ - *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. +@@ -2997,6 +3005,9 @@ + # problems, so we reset it completely + verstring= ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) - # Add libc to deplibs on all other systems if necessary. - if test $build_libtool_need_lc = "yes"; then -@@ -4280,10 +4291,12 @@ + verstring="0.0" + ;; +@@ -5425,10 +5436,12 @@ fi # Install the pseudo-library for information purposes. |