summaryrefslogtreecommitdiff
path: root/palm/kpilot/files
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1998-03-07 15:31:55 +0000
committerStefan Eßer <se@FreeBSD.org>1998-03-07 15:31:55 +0000
commitb2b244214553b2bfa18849fc17881f429f57d242 (patch)
tree37b70e3fc99c5926b0187d72b0fd278d1e8f8c9e /palm/kpilot/files
parentunbroke (diff)
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 :)
Notes
Notes: svn path=/head/; revision=10062
Diffstat (limited to 'palm/kpilot/files')
-rw-r--r--palm/kpilot/files/patch-aa41
-rw-r--r--palm/kpilot/files/patch-ab17
2 files changed, 58 insertions, 0 deletions
diff --git a/palm/kpilot/files/patch-aa b/palm/kpilot/files/patch-aa
new file mode 100644
index 000000000000..741a3985f166
--- /dev/null
+++ b/palm/kpilot/files/patch-aa
@@ -0,0 +1,41 @@
+*** 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
diff --git a/palm/kpilot/files/patch-ab b/palm/kpilot/files/patch-ab
new file mode 100644
index 000000000000..ed0ecf6b3b34
--- /dev/null
+++ b/palm/kpilot/files/patch-ab
@@ -0,0 +1,17 @@
+*** kpilot/Makefile.in~ Sat Mar 7 14:21:14 1998
+--- kpilot/Makefile.in Sat Mar 7 14:21:25 1998
+***************
+*** 144,149 ****
+
+ # the library search path
+! kpilot_LDFLAGS = @all_libraries@ -Llibpilot/_libs
+! kpilotDaemon_LDFLAGS = @all_libraries@ -Llibpilot/_libs
+
+ # the libraries to link against. Be aware of the order. First the libraries,
+--- 144,149 ----
+
+ # the library search path
+! kpilot_LDFLAGS = @all_libraries@ -Llibpilot/.libs
+! kpilotDaemon_LDFLAGS = @all_libraries@ -Llibpilot/.libs
+
+ # the libraries to link against. Be aware of the order. First the libraries,