Subject: Re: krb5-types.h missing since 1.6U
To: Martin Husemann <martin@duskware.de>
From: Louis Guillaume <lguillaume@berklee.edu>
List: netbsd-users
Date: 11/22/2003 13:42:49
Martin Husemann wrote:


> 
> Please file a PR about this (or any other pkgs using similar stupid tests).
> 
> Martin

I just filed a PR for this package and included this patch, which seems 
to work...

--- Makefile.orig       2003-11-15 06:11:03.000000000 +0000
+++ Makefile    2003-11-22 18:11:20.000000000 +0000
@@ -35,9 +35,8 @@
  .if defined(SASL_USE_GSSAPI) && !empty(SASL_USE_GSSAPI:M[yY][eE][sS])
  CONFIGURE_ARGS+=       --enable-gssapi=/usr    # GSSAPI
  PLIST_SRC+=            ${PKGDIR}/PLIST.krb5
-.  if exists(/usr/include/krb5/krb5-types.h)
  CPPFLAGS+=             -I/usr/include/krb5
-.  endif
+LIBS+=                 -lcrypto
  .endif

  PLIST_SRC+=            ${PKGDIR}/PLIST.plugins