pkgsrc-Bugs archive

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

Re: pkg/37786: qemu configure fails



The following reply was made to PR pkg/37786; it has been noted by GNATS.

From: "Jeremy C. Reed" <reed%reedmedia.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/37786: qemu configure fails
Date: Thu, 17 Jan 2008 07:09:29 -0600 (CST)

 > if [ os == 'Linux' ]; then
 >   cpu=`uname -m`
 > else
 >   cpu=`uname -p`
 > fi
 > 
 > or someone like this
 
 I used:
 
 -cpu=`uname -m`
 +cpu=`uname -p`
 +if [ "$cpu" = "unknown" ]; then
 +  cpu=`uname -m`
 +fi
 
 But maybe your idea is better. By the way I reported this to pkgsrc on 
 Dec. 5. Sorry I didn't get fixed yet.
 
   Jeremy C. Reed
 



Home | Main Index | Thread Index | Old Index