diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1998-11-04 01:55:29 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1998-11-04 01:55:29 +0000 |
commit | 765a33024c23dd9e5e0c4506e8f3f5054f09acb5 (patch) | |
tree | 787354102d696f0723e8f5f64f36a8eadeb21f4f /palm/kpilot/files/patch-ae | |
parent | Fix 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-ae | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/palm/kpilot/files/patch-ae b/palm/kpilot/files/patch-ae deleted file mode 100644 index 260b57b59228..000000000000 --- a/palm/kpilot/files/patch-ae +++ /dev/null @@ -1,22 +0,0 @@ -*** configure.orig Sun Apr 26 20:31:19 1998 ---- configure Fri May 8 15:34:13 1998 -*************** -*** 2601,2608 **** - ac_cv_path_MOC="$MOC" # Let the user override the test with a path. - ;; - *) - 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 - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_path_MOC="$ac_dir/$ac_word" ---- 2601,2609 ---- - ac_cv_path_MOC="$MOC" # Let the user override the test with a path. - ;; - *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" -+ 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" |