pkgsrc-ng/www/SOGo/patches/patch-SoObjects_SOGo_NSData+Crypto.m
2013-09-26 17:14:40 +02:00

14 lines
317 B
Mathematica

$NetBSD: patch-SoObjects_SOGo_NSData+Crypto.m,v 1.2 2013/03/16 15:12:57 taca Exp $
--- SoObjects/SOGo/NSData+Crypto.m.orig 2013-02-04 20:13:13.000000000 +0000
+++ SoObjects/SOGo/NSData+Crypto.m
@@ -23,7 +23,7 @@
* Boston, MA 02111-1307, USA.
*/
-#ifndef __OpenBSD__
+#ifdef __sun
#include <crypt.h>
#endif