diff options
author | mrg <mrg@pkgsrc.org> | 1999-06-20 12:33:14 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 1999-06-20 12:33:14 +0000 |
commit | 31546c3c968f3e4b637e11eef249b18ab7a2d556 (patch) | |
tree | 2f71beb23b59edc3de1669e44364a55e10229ab4 /security/pgp2 | |
parent | c3f27915e761be4d9dfaed187cccf3a89f7852bd (diff) | |
download | pkgsrc-31546c3c968f3e4b637e11eef249b18ab7a2d556.tar.gz |
SYSV or __ELF__ for no-underscore thanks, in sparc.S
Diffstat (limited to 'security/pgp2')
-rw-r--r-- | security/pgp2/patches/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pgp2/patches/patch-ab b/security/pgp2/patches/patch-ab new file mode 100644 index 00000000000..f67346522ab --- /dev/null +++ b/security/pgp2/patches/patch-ab @@ -0,0 +1,11 @@ +--- sparc.S.orig Sun Jun 20 21:52:19 1999 ++++ sparc.S Sun Jun 20 21:53:04 1999 +@@ -7,7 +7,7 @@ + ! + ! other sources must be compiled with UNIT32 and HIGHFIRST defined + ! +-#ifndef SYSV ++#if !defined(SYSV) && !defined(__ELF__) + #ifdef __STDC__ + #define ENTRY(name) _##name ; _##name##: + #else |