diff options
author | joerg <joerg@pkgsrc.org> | 2011-12-05 22:57:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-12-05 22:57:35 +0000 |
commit | 4a37fe54f413a12e867f3b12f2b5e58a4381355d (patch) | |
tree | 69c2d641dc7745ef85d50d1ec307bfea706e016c | |
parent | a4c6c08a92ac484d7a228f2192af15e357e6d3c7 (diff) | |
download | pkgsrc-4a37fe54f413a12e867f3b12f2b5e58a4381355d.tar.gz |
Restrict crypt.h to Solaris for now.
-rw-r--r-- | www/SOGo/distinfo | 3 | ||||
-rw-r--r-- | www/SOGo/patches/patch-SoObjects_SOGo_NSString+Utilities.m | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/www/SOGo/distinfo b/www/SOGo/distinfo index e803a05673e..fa507934073 100644 --- a/www/SOGo/distinfo +++ b/www/SOGo/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/10/16 05:36:35 manu Exp $ +$NetBSD: distinfo,v 1.2 2011/12/05 22:57:35 joerg Exp $ SHA1 (SOGo-2.0.0b1.tar.gz) = 42100087bdce048a47cdfe5ce150eaef6271448d RMD160 (SOGo-2.0.0b1.tar.gz) = df412186822665d3baeca8bd4cd38a2dc94b12f2 Size (SOGo-2.0.0b1.tar.gz) = 3768330 bytes +SHA1 (patch-SoObjects_SOGo_NSString+Utilities.m.diff) = 92bf595ea44cb41b1baef190ef7ed84cd1ec910a SHA1 (patch-aa) = d5f7c3caea148b6b5f872fb0561d14ec15312c90 diff --git a/www/SOGo/patches/patch-SoObjects_SOGo_NSString+Utilities.m b/www/SOGo/patches/patch-SoObjects_SOGo_NSString+Utilities.m new file mode 100644 index 00000000000..e211f0f45f3 --- /dev/null +++ b/www/SOGo/patches/patch-SoObjects_SOGo_NSString+Utilities.m @@ -0,0 +1,13 @@ +$NetBSD: patch-SoObjects_SOGo_NSString+Utilities.m,v 1.1 2011/12/05 22:57:35 joerg Exp $ + +--- SoObjects/SOGo/NSString+Utilities.m.orig 2011-12-05 18:16:46.000000000 +0000 ++++ SoObjects/SOGo/NSString+Utilities.m +@@ -21,7 +21,7 @@ + * Boston, MA 02111-1307, USA. + */ + +-#ifndef __OpenBSD__ ++#ifdef __sun + #include <crypt.h> + #endif + |