openbsd-ports/games/quake/patches/patch-common_asm_i386_h

13 lines
402 B
Plaintext
Raw Normal View History

$OpenBSD: patch-common_asm_i386_h,v 1.2 2008/01/11 16:48:44 ajacoutot Exp $
--- common/asm_i386.h.orig Mon Jan 10 17:59:31 2000
+++ common/asm_i386.h Fri Jan 11 17:46:14 2008
@@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston,
#ifndef __ASM_I386__
#define __ASM_I386__
-#ifdef ELF
+#if defined(ELF) || defined(__ELF__)
#define C(label) label
#else
#define C(label) _##label