1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/audio/xamp/files/patch-ab

15 lines
338 B
Plaintext
Raw Normal View History

--- configure.orig Mon Oct 27 00:55:34 1997
+++ configure Sun Jan 24 15:54:23 1999
@@ -992,9 +992,9 @@
qt_libdir=NO
for i in $qt_libdirs;
do
- for j in libqt.so libqt.a libqt.sl;
+ for j in $i/libqt.so* $i/libqt.a $i/libqt.sl;
do
- if test -r "$i/$j"; then
+ if test -r "$j"; then
qt_libdir=$i
break 2
fi