pkgsrc/security/pgp2/patches/patch-ab

12 lines
330 B
Text

$NetBSD: patch-ab,v 1.3 2005/12/01 20:19:57 wiz Exp $
--- sparc.S.orig 1994-10-13 18:33:04.000000000 +0100
+++ sparc.S
@@ -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