blob: 1fc0af2bd811dd1d0216660732914f6d8cef0d60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
From 9c8ca4fe2066924754c3c1ea78ef0788ceaf320b Mon Sep 17 00:00:00 2001
From: Robert Millan <rmh@aybabtu.com>
Date: Fri, 14 Jul 2006 18:50:34 -0700
Subject: [PATCH] Bug #6310: GNUArchitecture needed for GNU/kFreeBSD
<https://bugs.freedesktop.org/show_bug.cgi?id=6310>
---
Imake.cf | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/xorg-cf-files/Imake.cf b/xorg-cf-files/Imake.cf
index 3edd6a7..8676ad7 100644
--- a/xorg-cf-files/Imake.cf
+++ b/xorg-cf-files/Imake.cf
@@ -787,6 +787,9 @@ XCOMM $XFree86: xc/config/cf/Imake.cf,v 3.88 2003/12/16 21:30:21 herrb Exp $
# ifdef __linux__
# define LinuxArchitecture
# endif
+# ifdef __GLIBC__
+# define GNUArchitecture
+# endif
# ifdef i386
# ifndef i386Architecture
# define i386Architecture
--
1.4.4.4
|