Package: libkml
Version: 1.0.1-3
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package FTBFS on GNU/kFreeBSD because of missing python files. To
get them, it's sufficient to tweak configure.ac very slightly and to
update configure accordingly. You may want to try and support GNU/Hurd
as well (I think uname returns just GNU), but I can't tell for sure
since it FTBFS there because of PATH_MAX.

JFR, here's how I got the package built:
| $ quilt push -a
| $ quilt new/edit/ref
| $ autoreconf -vfi
| $ debuild -b -nc

Build logs at the usual place:
  https://buildd.debian.org/status/package.php?suite=unstable&p=libkml

Thanks for considering.

Mraw,
KiBi.
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,8 @@ dnl Which platform are we building on?
 PLATFORM=
 SHLIBSUFFIX=
 case "`uname -s`" in
-	Linux)	PLATFORM=linux
+	Linux|GNU/kFreeBSD)
+		PLATFORM=linux
 		SHLIBSUFFIX="so"
 	;;
 	Darwin)	PLATFORM=darwin
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to