From 67515d4f69b7deda45be7fb6e7ebf260d5e0439b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 3 Nov 2014 18:26:38 -0500 Subject: [PATCH] gnu: freeimage: Remove MIPS from supported-systems. * gnu/packages/image.scm (freeimage): Drop support for "mips64el-linux". --- gnu/packages/image.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index f4f4c78..7a22bf4 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -377,6 +377,8 @@ supplies a generic doubly-linked list and some string functions.") #:tests? #f)) ; no check target (native-inputs `(("unzip" ,unzip))) + ;; Fails to build on MIPS due to assembly code in the source. + (supported-systems (delete "mips64el-linux" %supported-systems)) (synopsis "Library for handling popular graphics image formats") (description "FreeImage is a library for developers who would like to support popular -- 2.1.1