Changeset 3020 for trunk/dports


Ignore:
Timestamp:
Jul 10, 2003, 2:01:37 AM (21 years ago)
Author:
ranger
Message:

proper pam check is upstream now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/kdelibs3/files/current/kdelibs.diff

    r3000 r3020  
    1 Index: admin/acinclude.m4.in
    2 ===================================================================
    3 RCS file: /home/kde/kde-common/admin/acinclude.m4.in,v
    4 retrieving revision 2.372
    5 diff -u -r2.372 acinclude.m4.in
    6 --- admin/acinclude.m4.in       30 Jun 2003 11:18:09 -0000      2.372
    7 +++ admin/acinclude.m4.in       3 Jul 2003 12:47:21 -0000
    8 @@ -3606,7 +3606,7 @@
    9          use_pam=yes
    10          pam_service=$withval
    11        fi
    12 -      ac_cv_path_pam="use_pam=$use_pam pam_service=$pam_service"
    13 +      ac_cv_path_pam="use_pam=$use_pam pam_service=$pam_service pam_header=security/pam_appl.h"
    14      ], [
    15        AC_CACHE_VAL(ac_cv_path_pam,
    16          [ use_pam=no
    17 @@ -3619,14 +3619,17 @@
    18                         [ use_pam=yes
    19                           pam_header=pam/pam_appl.h
    20                           pam_service=kde
    21 -                         AC_DEFINE(HAVE_PAM_PAM_APPL_H, 1, [Define if your pam headers are in pam/ instead of security/])
    22                         ])
    23                 ])
    24              ], , $LIBDL)
    25 -          ac_cv_path_pam="use_pam=$use_pam pam_service=$pam_service"
    26 +          ac_cv_path_pam="use_pam=$use_pam pam_service=$pam_service pam_header=$pam_header"
    27          ])
    28      ])
    29    eval "$ac_cv_path_pam"
    30 +
    31 +  if test "x$pam_header" = "xpam/pam_appl.h"; then
    32 +    AC_DEFINE(HAVE_PAM_PAM_APPL_H, 1, [Define if your pam headers are in pam/ instead of security/])
    33 +  fi
    34  
    35    AC_MSG_CHECKING(for PAM)
    36    if test "x$use_pam" = xno; then
    371Index: kdecore/kgrantpty.c
    382===================================================================
Note: See TracChangeset for help on using the changeset viewer.