From 838ba34414112d674ed917d83bdae7c1a8dafdc6 Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Thu, 14 Oct 2010 00:21:05 +0200
Subject: make MacOS X works as build system for most of the packages, update
 some packages to latest stable upstream version

---
 toolchain/glibc/patches/ip_h-bug.patch | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 toolchain/glibc/patches/ip_h-bug.patch

(limited to 'toolchain/glibc')

diff --git a/toolchain/glibc/patches/ip_h-bug.patch b/toolchain/glibc/patches/ip_h-bug.patch
new file mode 100644
index 000000000..946c18fab
--- /dev/null
+++ b/toolchain/glibc/patches/ip_h-bug.patch
@@ -0,0 +1,12 @@
+diff -Nur glibc-2.12.1.orig/sysdeps/generic/netinet/ip.h glibc-2.12.1/sysdeps/generic/netinet/ip.h
+--- glibc-2.12.1.orig/sysdeps/generic/netinet/ip.h	2010-07-27 13:34:39.000000000 +0200
++++ glibc-2.12.1/sysdeps/generic/netinet/ip.h	2010-10-13 15:00:56.000000000 +0200
+@@ -194,7 +194,7 @@
+  */
+ 
+ #define	IPTOS_CLASS_MASK		0xe0
+-#define	IPTOS_CLASS(class)		((tos) & IPTOS_CLASS_MASK)
++#define	IPTOS_CLASS(class)		((class) & IPTOS_CLASS_MASK)
+ #define	IPTOS_CLASS_CS0			0x00
+ #define	IPTOS_CLASS_CS1			0x20
+ #define	IPTOS_CLASS_CS2			0x40
-- 
cgit v1.2.3