]> git.pld-linux.org Git - packages/eflite.git/blame - eflite-lib64flite.patch
- remove patch2 (obsoleted by twittner's workaround)
[packages/eflite.git] / eflite-lib64flite.patch
CommitLineData
726735a7 1--- configure.in 2007-01-19 01:01:09.000000000 +0100
2+++ configure.in-new 2007-06-30 17:54:17.310553130 +0200
3@@ -19,6 +19,8 @@
4 flite_dir=/usr/local
5 elif test -f /usr/lib/libflite.a; then
6 flite_dir=/usr
7+ elif test -f /usr/lib64/libflite.a; then
8+ flite_dir=/usr
9 elif test -f /opt/flite/lib/libflite.a; then
10 flite_dir=/opt
11 elif test -f $HOME/flite-1.2-release/lib/libflite.a; then
This page took 0.08165 seconds and 4 git commands to generate.