pkgsrc/net/netatalk1/patches/patch-an
taca 15cc2e2c8e netatalk1 package overhaul
- Adapt buildlink framework and fix compile problem with des.h header file.
- Proper dependency with openssl.
- Use subst framework for replacing path.
- Fix minor pkglint warning.

Bump PKGREVISION.
2006-08-17 13:57:23 +00:00

13 lines
316 B
Text

$NetBSD: patch-an,v 1.1 2006/08/17 13:57:23 taca Exp $
--- etc/uams/uams_randnum.c.orig 2005-05-26 17:24:26.000000000 +1200
+++ etc/uams/uams_randnum.c
@@ -47,7 +47,7 @@ char *strchr (), *strrchr ();
#include <atalk/uam.h>
-#include <des.h>
+#include <openssl/des.h>
#ifdef USE_CRACKLIB
#include <crack.h>