Package: libam7xxx
Version: 0.1.7-1
Tags: patch

The following patch solve the build problem on Hurd.

--- libam7xxx-0.1.7.orig/src/portable_endian.h
+++ libam7xxx-0.1.7/src/portable_endian.h
@@ -12,7 +12,7 @@
 
 #endif
 
-#if defined(__linux__) || defined(__CYGWIN__)
+#if defined(__linux__) || defined(__gnu_hurd__) || defined(__CYGWIN__)
 
 #      include <endian.h>
 

-- 
Happy hacking
Petter Reinholdtsen

Reply via email to