]> git.pld-linux.org Git - packages/eflite.git/commitdiff
- search for libflite.a also in /usr/lib64
authorshadzik <shadzik@pld-linux.org>
Sat, 30 Jun 2007 15:58:46 +0000 (15:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eflite-lib64flite.patch -> 1.1

eflite-lib64flite.patch [new file with mode: 0644]

diff --git a/eflite-lib64flite.patch b/eflite-lib64flite.patch
new file mode 100644 (file)
index 0000000..a20104e
--- /dev/null
@@ -0,0 +1,11 @@
+--- configure.in       2007-01-19 01:01:09.000000000 +0100
++++ configure.in-new   2007-06-30 17:54:17.310553130 +0200
+@@ -19,6 +19,8 @@
+     flite_dir=/usr/local
+   elif test -f /usr/lib/libflite.a; then
+     flite_dir=/usr
++  elif test -f /usr/lib64/libflite.a; then
++    flite_dir=/usr
+   elif test -f /opt/flite/lib/libflite.a; then
+     flite_dir=/opt
+   elif test -f $HOME/flite-1.2-release/lib/libflite.a; then
This page took 0.052989 seconds and 4 git commands to generate.