diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:24:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:24:24 +0000 |
commit | 1d1a424e1ce5566733304e9f71ec17b5dee8aa1f (patch) | |
tree | bc3c1101d22e55deb5237ef53fbde0f33806170a /misc/gnomeutils/files/patch-configure | |
parent | Add in PCI bridge support. It's a run-time option, too, and is required for (diff) |
Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
Notes
Notes:
svn path=/head/; revision=84937
Diffstat (limited to 'misc/gnomeutils/files/patch-configure')
-rw-r--r-- | misc/gnomeutils/files/patch-configure | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/misc/gnomeutils/files/patch-configure b/misc/gnomeutils/files/patch-configure deleted file mode 100644 index 336f5e9ed741..000000000000 --- a/misc/gnomeutils/files/patch-configure +++ /dev/null @@ -1,42 +0,0 @@ ---- configure.orig Sun Feb 9 15:51:58 2003 -+++ configure Tue Feb 11 21:52:32 2003 -@@ -6124,7 +6124,7 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- GUILE_LIBS="-ldl $GUILE_LIBS" -+ GUILE_LIBS="$GUILE_LIBS" - else - echo "$ac_t""no" 1>&6 - fi -@@ -6775,7 +6775,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lpam -ldl $LIBS" -+LIBS="-lpam $LIBS" - cat > conftest.$ac_ext <<EOF - #line 6781 "configure" - #include "confdefs.h" -@@ -6815,7 +6815,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lpam_misc -ldl -lpam $LIBS" -+LIBS="-lpam_misc -lpam $LIBS" - cat > conftest.$ac_ext <<EOF - #line 6821 "configure" - #include "confdefs.h" -@@ -6843,10 +6843,10 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- PAM_LIBS="-ldl -lpam -lpam_misc" -+ PAM_LIBS="-lpam -lpam_misc" - else - echo "$ac_t""no" 1>&6 --PAM_LIBS="-ldl -lpam" -+PAM_LIBS="-lpam" - fi - - |