diff options
author | adrianp <adrianp> | 2009-02-21 00:06:52 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2009-02-21 00:06:52 +0000 |
commit | d2ffb72e36e552e6bfdac739e6237f2a302a1ebc (patch) | |
tree | 0ad646cf01e422e735d5f37cb8e5916d13857527 | |
parent | 1ae19e449925cfa7f63f95f5b81737ffa8be45d4 (diff) | |
download | pkgsrc-d2ffb72e36e552e6bfdac739e6237f2a302a1ebc.tar.gz |
Some initial work on getting this going on OpenSolaris
It's currently still broken but this is a (small) start
-rw-r--r-- | security/pam-radius/distinfo | 3 | ||||
-rw-r--r-- | security/pam-radius/patches/patch-aa | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/security/pam-radius/distinfo b/security/pam-radius/distinfo index a913b9b47dc..820ecab2e20 100644 --- a/security/pam-radius/distinfo +++ b/security/pam-radius/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/10/10 14:38:01 adrianp Exp $ +$NetBSD: distinfo,v 1.2 2009/02/21 00:06:52 adrianp Exp $ SHA1 (pam_radius-1.3.16.tar) = 127352a693bafd9f32dd80ecece57de2bc1c19b8 RMD160 (pam_radius-1.3.16.tar) = 6fb69c357b01ba5ac026b186de9be0e3f92c3fcd Size (pam_radius-1.3.16.tar) = 112640 bytes +SHA1 (patch-aa) = a52b9561ca552a7b35b65b3f3361f5ab1bdf872e diff --git a/security/pam-radius/patches/patch-aa b/security/pam-radius/patches/patch-aa new file mode 100644 index 00000000000..13b9f1a5ded --- /dev/null +++ b/security/pam-radius/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1 2009/02/21 00:06:52 adrianp Exp $ + +--- md5.h.orig 2003-04-29 13:19:16.000000000 -0700 ++++ md5.h +@@ -15,6 +15,9 @@ + #define MD5Transform pra_MD5Transform + + #include <sys/types.h> ++#ifndef u_int32_t ++#define u_int32_t uint32_t ++#endif + #define uint32 u_int32_t + + struct MD5Context { |