Package: gsl
Severity: important
Version: 1.8-2
Tags: patch

Hi,

the current version fails to build on GNU/kFreeBSD.

It needs small tweak to configure.ac/configure,
see bellow.

It would also be nice if you can ask upstream
to include this change.

Thanks in advance

                        Petr


--- gsl-1.8.orig/configure.ac
+++ gsl-1.8/configure.ac
@@ -212,7 +212,7 @@
     powerpc-*-linux*)
         ac_cv_c_ieee_interface=gnuppc
         ;;
-    *86-*-linux* | *86_64-*-linux*)
+    *86-*-linux* | *86_64-*-linux* | *86-*-kfreebsd*-gnu | 
*86_64-*-kfreebsd*-gnu)
         ac_cv_c_ieee_interface=gnux86
         ;;
     *-*-sunos4*)



--- gsl-1.8.orig/configure
+++ gsl-1.8/configure
@@ -11421,7 +11421,7 @@
     powerpc-*-linux*)
         ac_cv_c_ieee_interface=gnuppc
         ;;
-    *86-*-linux* | *86_64-*-linux*)
+    *86-*-linux* | *86_64-*-linux* | *86-*-kfreebsd*-gnu | 
*86_64-*-kfreebsd*-gnu)
         ac_cv_c_ieee_interface=gnux86
         ;;
     *-*-sunos4*)



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to