Hello,

It seems there was a little misunderstanding with the first report:
libpano12 not building on GNU/k*BSD (and GNU/Hurd) is not due to
outdated config.* scripts.

As Cyril's patch was never applied, libpano12 still FTBFS on GNU/k*BSD
and GNU/Hurd, AFAICT.

You'll find attached a very small patch to fix this. Note that libpano13
already contains the same patch (in debian/patches/20_libpano13+kbsd.diff).

Thanks.

-- 
Manuel Menal

diff -Nurp libpano12-2.8.6.orig/configure libpano12-2.8.6/configure
--- libpano12-2.8.6.orig/configure	2010-10-31 02:14:18.000000000 +0200
+++ libpano12-2.8.6/configure	2010-10-31 02:14:57.000000000 +0200
@@ -19304,7 +19304,7 @@ case "${target_os}" in
     HSYS=unknown
     HCPU="${target_cpu}"
 	;;
-  linux*)
+  linux*|k*bsd*|gnu*)
     PANO_WIN32_RESOURCE=
     HSYS=linux
     			case "${target_cpu}" in
diff -Nurp libpano12-2.8.6.orig/configure.ac libpano12-2.8.6/configure.ac
--- libpano12-2.8.6.orig/configure.ac	2010-10-31 02:14:18.000000000 +0200
+++ libpano12-2.8.6/configure.ac	2010-10-31 02:14:41.000000000 +0200
@@ -27,7 +27,7 @@ case "${target_os}" in
     HSYS=unknown
     HCPU="${target_cpu}"
 	;;
-  linux*)
+  linux*|k*bsd*|gnu*)
     PANO_WIN32_RESOURCE=
     HSYS=linux
     dnl

Reply via email to