1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/palm/kpilot/files/patch-aa
Stefan Eßer b2b2442145 Port of KPilot, the KDE style frontend to your 3Com PalmPilot.
This port contains a recent version of libtool/ltmain.sh in "files",
since I spent to many hours trying to make the "ltconfig" that comes
with the kpilot sources DTRT under FreeBSD ...

This port compiles cleanly, but has not been actually tested with
a PalmPilot. If you want me to test it send one :)
1998-03-07 15:31:55 +00:00

42 lines
1009 B
Plaintext

*** configure~ Sun Oct 26 01:04:56 1997
--- configure Sat Nov 1 23:03:17 1997
***************
*** 913,917 ****
! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
--- 913,917 ----
! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555'
***************
*** 2039,2043 ****
do
for ac_extension in a so sl; do
! if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
ac_x_libraries=$ac_dir
break 2
--- 2039,2043 ----
do
for ac_extension in a so sl; do
! if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension*; then
ac_x_libraries=$ac_dir
break 2
***************
*** 2214,2218 ****
for i in $qt_libdirs;
do
! for j in libqt.so libqt.so.1.30 libqt.so.1 libqt.a libqt.sl;
do
if test -r "$i/$j"; then
--- 2214,2218 ----
for i in $qt_libdirs;
do
! for j in libqt.so libqt.so.1.30 libqt.so.1.31 libqt.so.1.32 libqt.so.1 libqt.a libqt.sl;
do
if test -r "$i/$j"; then