mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
patched for NetBSD support (Allen Briggs)
This commit is contained in:
parent
4c5fb70380
commit
7f88ac198c
1 changed files with 3 additions and 2 deletions
|
|
@ -243,9 +243,10 @@
|
|||
#endif /* ACK_ASSEMBLER */
|
||||
|
||||
|
||||
#if defined(Lynx) || (defined(SYSV) || defined(SVR4)) && !defined(ACK_ASSEMBLER) \
|
||||
#if (defined(Lynx) || (defined(SYSV) || defined(SVR4)) && !defined(ACK_ASSEMBLER) \
|
||||
|| (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) CONCAT(_,a)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue