Package: libhdf4 Version: 4.2r4-12 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd
Inlined below is an updated patch supporting both kfreebsd and hurd. Its previous name was kfreebsd. An appropriate new name would be kfreebsd +gnu. Index: libhdf4-4.2r4/HDF4/configure.ac =================================================================== --- libhdf4-4.2r4.orig/HDF4/configure.ac 2010-01-14 11:15:49.000000000 +0100 +++ libhdf4-4.2r4/HDF4/configure.ac 2010-01-14 11:16:47.000000000 +0100 @@ -677,7 +677,7 @@ mips*-sgi-irix6_32*) BAR="irix32" ;; mips*-sgi-irix5*) BAR="irix5" ;; mips*-sgi-irix4*) BAR="irix4" ;; - *-linux*) BAR="linux" ;; + *-linux*|*-k*bsd*-gnu|*-gnu*)BAR="linux" ;; *-freebsd*) BAR="fbsd" ;; ia64-*-*) BAR="ia64" ;; *-ibm-aix*) BAR="aix" ;; It should be applied after the build system simplification patch for all arches provided in bug #639720. Thanks! -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org