Hi Petr,

On 30 November 2006 at 14:29, Petr Salinger wrote:
| Package: gsl
| Severity: important
| Version: 1.8-2
| Tags: patch
| 
| Hi,
| 
| the current version fails to build on GNU/kFreeBSD.

Correct me if I'm wrong but I was not aware that the GNU/kFreeBSD port was an
officially supported architecture -- so severity 'important' is inflated, no?

Either way, the patch looks straighforwaed indeed and I am CCing Brian Gough
as a heads-up.  It is of course up to the GSL team to decide whether they
apply it upstream or not, but I think I'll make a new release for Debian
later today.

Thanks, Dirk

 
| 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*)
| 
| 

-- 
Hell, there are no rules here - we're trying to accomplish something. 
                                                  -- Thomas A. Edison


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

Reply via email to