openbsd-ports/games/quake/patches/patch-common_asm_i386_h
ajacoutot dfbca5b986 - remove broken MASTER_SITES
- make sure only one FLAVOR is selected to avoid packaging error
- fix WANTLIB
- regen patches while here
2008-01-11 16:48:44 +00:00

13 lines
402 B
Plaintext

$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