diff options
author | adrianp <adrianp> | 2009-02-20 23:21:26 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2009-02-20 23:21:26 +0000 |
commit | 25737f88ce815d7b00c6386adbde35d1f7029ada (patch) | |
tree | b8cfc2359ad7adc1a04062ff5d297340ef8d522b /www | |
parent | f6323979a677d8cc31771965f8d940627262bd6d (diff) | |
download | pkgsrc-25737f88ce815d7b00c6386adbde35d1f7029ada.tar.gz |
Fix build on OpenSolaris
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-auth-xradius/distinfo | 3 | ||||
-rw-r--r-- | www/ap2-auth-xradius/patches/patch-ac | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/www/ap2-auth-xradius/distinfo b/www/ap2-auth-xradius/distinfo index af65e52b576..20dfd780cb7 100644 --- a/www/ap2-auth-xradius/distinfo +++ b/www/ap2-auth-xradius/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.2 2007/11/30 20:46:18 rillig Exp $ +$NetBSD: distinfo,v 1.3 2009/02/20 23:21:26 adrianp Exp $ SHA1 (mod_auth_xradius-0.4.6.tar.bz2) = f05f5d9bb9ad6fb76c026679cd5fb00a9c9e48dd RMD160 (mod_auth_xradius-0.4.6.tar.bz2) = 82c34c82f692c6f5a321ad20103eb22b01da8d4a Size (mod_auth_xradius-0.4.6.tar.bz2) = 180591 bytes SHA1 (patch-aa) = 6cf2d151392eee1fce38d96b345e8fcd720f5ad9 SHA1 (patch-ab) = 52bc4f6d0ae255a4681fd599ca17af2fdb0664d6 +SHA1 (patch-ac) = 402c963e36e71a35fbe35638c5ce00746a2634df diff --git a/www/ap2-auth-xradius/patches/patch-ac b/www/ap2-auth-xradius/patches/patch-ac new file mode 100644 index 00000000000..c7443189837 --- /dev/null +++ b/www/ap2-auth-xradius/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1 2009/02/20 23:21:53 adrianp Exp $ + +--- libradius/radlib.h.orig 2005-04-11 14:36:34.000000000 -0700 ++++ libradius/radlib.h +@@ -33,6 +33,10 @@ + #include <sys/types.h> + #include <netinet/in.h> + ++#ifndef u_int32_t ++#define u_int32_t uint32_t ++#endif ++ + /* Limits */ + #define RAD_MAX_ATTR_LEN 253 + |