pkgsrc/security/pgp5/patches/patch-aa
frueauf 1d4fbef9a6 Initial import of pgp-5.0i, PGP 5i (international version).
Based on pr 6684 by Martin J. Laubach with heavy refining/fixing by myself.

XXX This package needs still some tweaking to work with rsaref.
XXX Maybe some US citizen developer can take over?
XXX At least its usefull to non-US ppl.
1998-12-31 14:25:30 +00:00

15 lines
401 B
Text

$NetBSD: patch-aa,v 1.1.1.1 1998/12/31 14:25:30 frueauf Exp $
--- config.h.in.orig Sat Feb 7 20:54:56 1998
+++ config.h.in Thu Dec 31 14:28:22 1998
@@ -79,6 +79,10 @@
#define PGP_FREEWARE 1
#endif
+#if defined(__NetBSD__)
+#define unix 1
+#endif
+
/* Define "UNIX" if we are on UNIX and "UNIX" is not already defined */
#if defined(unix) || defined(__unix) || defined (__unix__)
#ifndef UNIX