From eeedfb82b0cd28e48f8ab988de0c6e040cbb1d05 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Fri, 8 Jun 2007 22:51:07 +0000 Subject: + added -fPIC linux c-flag svn path=/trunk/externals/moocow/; revision=7757 --- flite/README.pod | 4 ++++ flite/configure.in | 4 +++- flite/flite-help.pd | 10 +++++----- 3 files changed, 12 insertions(+), 6 deletions(-) (limited to 'flite') diff --git a/flite/README.pod b/flite/README.pod index 12d4dc2..8cbcada 100644 --- a/flite/README.pod +++ b/flite/README.pod @@ -62,6 +62,10 @@ Specify PD base directory. Whether to enable verbose debugging messages. Default=no. +=item * Environment Variables + +CPPFLAGS, CFLAGS, LDFLAGS, etc. + =back See the output of './configure --help' for more options. diff --git a/flite/configure.in b/flite/configure.in index ded1a2e..e7cc7da 100644 --- a/flite/configure.in +++ b/flite/configure.in @@ -190,7 +190,9 @@ then else OFLAGS="-g" fi - EXT=pd_linux + OFLAGS="$OFLAGS -fPIC" + DFLAGS="$DFLAGS -DPIC" + EXT=pd_linux fi if test `uname -m` = alpha; diff --git a/flite/flite-help.pd b/flite/flite-help.pd index eebdbee..500b1eb 100644 --- a/flite/flite-help.pd +++ b/flite/flite-help.pd @@ -1,10 +1,10 @@ -#N canvas 156 26 606 524 10; +#N canvas 284 362 606 524 10; #X text 25 4 flite : text-to-speech synthesis with libflite; -#N canvas 0 0 450 300 graph1 0; -#X array words1 112963 float 0; -#X coords 0 1 112962 -1 100 70 1; +#N canvas 0 0 450 300 (subpatch) 0; +#X array words1 47681 float 0; +#X coords 0 1 47680 -1 100 70 1; #X restore 265 245 graph; -#N canvas 0 0 450 300 graph2 0; +#N canvas 0 0 450 300 (subpatch) 0; #X array words2 112963 float 0; #X coords 0 1 112962 -1 100 70 1; #X restore 426 248 graph; -- cgit v1.2.1