summaryrefslogtreecommitdiffstats
path: root/x11/gdm2/files/patch-configure.orig
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-09 06:34:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-09 06:34:29 +0800
commit9757477161720a1f776411b6c41f3f07b801761f (patch)
treeb7548c0751da1d0970ba7f7d07cd1f49c24985d6 /x11/gdm2/files/patch-configure.orig
parentbcd2d3ec2230608909933e9eb018052c1c6ca989 (diff)
downloadmarcuscom-ports-9757477161720a1f776411b6c41f3f07b801761f.tar
marcuscom-ports-9757477161720a1f776411b6c41f3f07b801761f.tar.gz
marcuscom-ports-9757477161720a1f776411b6c41f3f07b801761f.tar.bz2
marcuscom-ports-9757477161720a1f776411b6c41f3f07b801761f.tar.lz
marcuscom-ports-9757477161720a1f776411b6c41f3f07b801761f.tar.xz
marcuscom-ports-9757477161720a1f776411b6c41f3f07b801761f.tar.zst
marcuscom-ports-9757477161720a1f776411b6c41f3f07b801761f.zip
Add gdm2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@35 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm2/files/patch-configure.orig')
-rw-r--r--x11/gdm2/files/patch-configure.orig64
1 files changed, 64 insertions, 0 deletions
diff --git a/x11/gdm2/files/patch-configure.orig b/x11/gdm2/files/patch-configure.orig
new file mode 100644
index 000000000..740079442
--- /dev/null
+++ b/x11/gdm2/files/patch-configure.orig
@@ -0,0 +1,64 @@
+--- 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"