summaryrefslogtreecommitdiff
path: root/graphics/MesaLib/patches/patch-aa
blob: 0aed774904c5dea330b57b98c5c8fd1d5a9f02ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.4 2002/12/06 17:03:24 jschauma Exp $

--- src/X86/assyntax.h.orig	Mon Sep 25 17:12:01 2000
+++ src/X86/assyntax.h	Sun Dec 10 23:45:34 2000
@@ -954,7 +954,8 @@
 
 #if defined(Lynx) || (defined(SYSV) || defined(SVR4)) \
  || (defined(linux) || defined(__OS2ELF__)) && defined(__ELF__) \
- || defined(__FreeBSD__) && __FreeBSD__ >= 3
+ || defined(__FreeBSD__) && __FreeBSD__ >= 3 \
+ || defined(__NetBSD__) && defined(__ELF__)
 #define GLNAME(a)	a
 #else
 #define GLNAME(a)	_ ## a