summaryrefslogtreecommitdiff
path: root/palm/kpilot/files/patch-aa
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1998-11-04 01:55:29 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1998-11-04 01:55:29 +0000
commit765a33024c23dd9e5e0c4506e8f3f5054f09acb5 (patch)
tree787354102d696f0723e8f5f64f36a8eadeb21f4f /palm/kpilot/files/patch-aa
parentFix the name of the created partition directory to agree with the (diff)
* corrected CATEGORIES (from 'x11 kde' to 'comms kde')
* updated for ELF * correct patches so that we have only one patch per file * give configure a hint so that it may find pilot-link libs
Diffstat (limited to '')
-rw-r--r--palm/kpilot/files/patch-aa80
1 files changed, 39 insertions, 41 deletions
diff --git a/palm/kpilot/files/patch-aa b/palm/kpilot/files/patch-aa
index 5b5ceecf6ace..ba5caf43b0f8 100644
--- a/palm/kpilot/files/patch-aa
+++ b/palm/kpilot/files/patch-aa
@@ -1,41 +1,39 @@
-*** 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.31 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.33 libqt.so.1 libqt.a libqt.sl;
- do
- if test -r "$i/$j"; then
+--- configure.orig Tue Nov 3 18:45:40 1998
++++ configure Tue Nov 3 18:45:45 1998
+@@ -729,7 +729,7 @@
+ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+
+
+-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
++test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555'
+
+
+ PACKAGE=kpilot
+@@ -1994,7 +1994,7 @@
+ ; \
+ do
+ for ac_extension in a so sl; do
+- if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
++ if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension*; then
+ ac_x_libraries=$ac_dir
+ break 2
+ fi
+@@ -2413,7 +2413,7 @@
+ qt_libdir=NO
+ for i in $qt_libdirs;
+ do
+- for j in libqt.so libqt.so.1.30 libqt.so.1.31 libqt.so.1 libqt.a libqt.sl;
++ for j in libqt.so libqt.so.1.30 libqt.so.1.31 libqt.so.1.32 libqt.so.1.33 libqt.so.1 libqt.a libqt.sl;
+ do
+ if test -r "$i/$j"; then
+ qt_libdir=$i
+@@ -2602,7 +2602,8 @@
+ ;;
+ *)
+ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
+- for ac_dir in $QTDIR/bin:$PATH:/usr/bin:/usr/X11R6/bin:/usr/lib/qt/bin:/usr/local/qt/bin$ac_dummy; do
++ FOO="$QTDIR/bin:$PATH:/usr/bin:/usr/X11R6/bin:/usr/lib/qt/bin:/usr/local/qt/bin$ac_dummy"
++ for ac_dir in $FOO; do
+ test -z "$ac_dir" && ac_dir=.
+ if test -f $ac_dir/$ac_word; then
+ ac_cv_path_MOC="$ac_dir/$ac_word"