mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
373 B
Plaintext
14 lines
373 B
Plaintext
$NetBSD: patch-am,v 1.4 2009/08/29 19:26:01 wiz Exp $
|
|
|
|
--- QW/client/asm_i386.h.orig Tue Feb 8 11:39:49 2000
|
|
+++ QW/client/asm_i386.h Tue Feb 8 11:40:03 2000
|
|
@@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suit
|
|
#ifndef __ASM_I386__
|
|
#define __ASM_I386__
|
|
|
|
-#ifdef ELF
|
|
+#if defined(ELF) || defined(__ELF__)
|
|
#define C(label) label
|
|
#else
|
|
#define C(label) _##label
|