From 499e44455e1c37f89dfb9be9e8a970c26e1311d0 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Fri, 5 Apr 2013 10:03:05 +0200 Subject: recipes-extended: split out recipes which are not needed for compiling openjdk Signed-off-by: Henning Heinold --- recipes-extended/rxtx/files/port_to_hurd.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-extended/rxtx/files/port_to_hurd.patch (limited to 'recipes-extended/rxtx/files/port_to_hurd.patch') diff --git a/recipes-extended/rxtx/files/port_to_hurd.patch b/recipes-extended/rxtx/files/port_to_hurd.patch new file mode 100644 index 0000000..80ae705 --- /dev/null +++ b/recipes-extended/rxtx/files/port_to_hurd.patch @@ -0,0 +1,16 @@ +Description: Defines __GNU__ to use the FHS +Author: Scott Howard + +Index: rxtx/src/SerialImp.h +=================================================================== +--- rxtx.orig/src/SerialImp.h 2011-02-23 23:26:14.955993397 -0500 ++++ rxtx/src/SerialImp.h 2011-02-23 23:26:52.684023837 -0500 +@@ -147,7 +147,7 @@ + }; + + /* Ports known on the OS */ +-#if defined(__linux__) || defined(__FreeBSD_kernel__) ++#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__GNU__) + /* + This is a small hack to get mark and space parity working on older systems + https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=147533 -- cgit v1.2.3-54-g00ecf