Restrict crypt.h to Solaris for now.
This commit is contained in:
parent
696bd05f44
commit
14891e81af
2 changed files with 15 additions and 1 deletions
|
@ -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
|
||||
|
|
13
www/SOGo/patches/patch-SoObjects_SOGo_NSString+Utilities.m
Normal file
13
www/SOGo/patches/patch-SoObjects_SOGo_NSString+Utilities.m
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue