diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-10 13:18:10 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-10 13:18:10 +0800 |
commit | f6f4649fb5ab0f2321d3b1debf167638d2386caf (patch) | |
tree | 1700f9b0a2d187cf3d34035e57c2768edaa86f8f /x11/gdm2 | |
parent | 286b7d8e05f162c741c0afe77fd23d95746f909c (diff) | |
download | marcuscom-ports-f6f4649fb5ab0f2321d3b1debf167638d2386caf.tar marcuscom-ports-f6f4649fb5ab0f2321d3b1debf167638d2386caf.tar.gz marcuscom-ports-f6f4649fb5ab0f2321d3b1debf167638d2386caf.tar.bz2 marcuscom-ports-f6f4649fb5ab0f2321d3b1debf167638d2386caf.tar.lz marcuscom-ports-f6f4649fb5ab0f2321d3b1debf167638d2386caf.tar.xz marcuscom-ports-f6f4649fb5ab0f2321d3b1debf167638d2386caf.tar.zst marcuscom-ports-f6f4649fb5ab0f2321d3b1debf167638d2386caf.zip |
Remove .orig files.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@44 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm2')
-rw-r--r-- | x11/gdm2/files/patch-configure.orig | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/x11/gdm2/files/patch-configure.orig b/x11/gdm2/files/patch-configure.orig deleted file mode 100644 index 740079442..000000000 --- a/x11/gdm2/files/patch-configure.orig +++ /dev/null @@ -1,64 +0,0 @@ ---- configure.orig Mon May 20 23:47:49 2002 -+++ configure Mon May 20 23:47:42 2002 -@@ -7371,6 +7371,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -10963,6 +10964,53 @@ - GDMOPEN=gdmopen - fi - done -+ -+for ac_hdr in sys/types.h login_cap.h -+do -+ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -+echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -+echo "configure:8583: checking for $ac_hdr" >&5 -+if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then -+ echo $ac_n "(cached) $ac_c" 1>&6 -+else -+ cat > conftest.$ac_ext <<EOF -+#line 8588 "configure" -+#include "confdefs.h" -+#include <$ac_hdr> -+EOF -+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -+{ (eval echo configure:8593: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -+if test -z "$ac_err"; then -+ rm -rf conftest* -+ eval "ac_cv_header_$ac_safe=yes" -+else -+ echo "$ac_err" >&5 -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+ rm -rf conftest* -+ eval "ac_cv_header_$ac_safe=no" -+fi -+rm -f conftest* -+fi -+if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then -+ echo "$ac_t""yes" 1>&6 -+ ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` -+ cat >> confdefs.h <<EOF -+#define $ac_tr_hdr 1 -+EOF -+ -+ LIBS="$LIBS -lutil" -+ cat >> confdefs.h <<\EOF -+#define HAVE_LOGINCAP 1 -+EOF -+ -+else -+ echo "$ac_t""no" 1>&6 -+fi -+done -+ -+ - - have_pam=no - VRFY="verify-crypt" |