Source: gmic
Version: 1.5.1.6+dfsg-4
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

currently[1], gmic fails to compile on GNU/Hurd.

The failure happens because in the (home-brew...) Makefile the code path
used if OS=GNU is the Windows configuration.
The easy fix is doing what has also been done for GNU/kFreeBSD, i.e.
turn OS=GNU into Linux.
(Side note: patch kfreebsd-support seems obsolete.)

[1] 
https://buildd.debian.org/status/fetch.php?pkg=gmic&arch=hurd-i386&ver=1.5.1.6%2Bdfsg-4&stamp=1341423041

Thanks,
-- 
Pino
--- a/src/Makefile
+++ b/src/Makefile
@@ -56,6 +56,9 @@ CC = g++
 ifeq ($(OS),GNU/kFreeBSD)
 OS = Linux
 endif
+ifeq ($(OS),GNU)
+OS = Linux
+endif
 ifeq ($(OS),Darwin)
 PLUGINDIR = ~/Library/Application\ Support/Gimp/plug-ins
 USR = /opt/local

Reply via email to