diff options
author | mrg <mrg@pkgsrc.org> | 1999-06-20 12:32:57 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 1999-06-20 12:32:57 +0000 |
commit | c3f27915e761be4d9dfaed187cccf3a89f7852bd (patch) | |
tree | 48003f038eebc20bb78b2ca2d804a579bfa1708b /security/pgp2 | |
parent | 76174f3b8aa2caf6fd1dc5c62226f75564e80356 (diff) | |
download | pkgsrc-c3f27915e761be4d9dfaed187cccf3a89f7852bd.tar.gz |
sparc || __sparc__ please.
Diffstat (limited to 'security/pgp2')
-rw-r--r-- | security/pgp2/patches/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pgp2/patches/patch-ac b/security/pgp2/patches/patch-ac new file mode 100644 index 00000000000..8383f7995f1 --- /dev/null +++ b/security/pgp2/patches/patch-ac @@ -0,0 +1,11 @@ +--- platform.h.orig Sun Jun 20 22:21:24 1999 ++++ platform.h Sun Jun 20 22:21:49 1999 +@@ -179,7 +179,7 @@ + #define PLATFORM_SPECIFIED + #endif /* i386 */ + +-#ifdef sparc ++#if defined(sparc) || defined(__sparc__) + /* + * Needs sparc.s + */ |