[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#763574: xjadeo: FTBFS[kfreebsd,hurd]: unknown target OS



Package: xjadeo
Version: 0.8.0-1
Severity: serious
Tags: patch
User: debian-bsd@lists.debian.org
Usertags: kfreebsd

Hi,

xjadeo FTBFS on kfreebsd and hurd with a new error during configure:
configure: WARNING: *** unknown target OS ***

This is easily fixed with the attached patch.  Thanks!

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 9.0-2-amd64-xenhvm-ipsec
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- configure.ac.orig	2014-08-22 09:43:09.000000000 +0100
+++ configure.ac	2014-10-01 03:16:34.339736053 +0100
@@ -55,7 +55,7 @@
 		dnl 2006/11/13 : 32 bit RGBA is known not to work on OSX ffmpeg+imlib2
 		dnl IMLIB2RGBA
 		;;
-	*linux*)
+	*linux*|gnu*|k*bsd*-gnu)
 		AC_DEFINE([PLATFORM_LINUX], [], [GNU/Linux version])
 		PLATFORM_LINUX=1
 		AC_MSG_NOTICE([TARGET: LINUX])

Reply to: