aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2007-06-08 22:51:07 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2007-06-08 22:51:07 +0000
commiteeedfb82b0cd28e48f8ab988de0c6e040cbb1d05 (patch)
treeb0bd605477561218d3c3289f0510405e0e4a7d29
parent5f2b5d117d7404140da3532677f0e698eab6a46a (diff)
+ added -fPIC linux c-flag
svn path=/trunk/externals/moocow/; revision=7757
-rw-r--r--flite/README.pod4
-rw-r--r--flite/configure.in4
-rw-r--r--flite/flite-help.pd10
3 files changed, 12 insertions, 6 deletions
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;