All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lib/configure: match all freebsd os's
@ 2012-01-31 15:50 Mike Frysinger
  2013-04-01 19:48 ` [PCIUTILS] " Martin Mares
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2012-01-31 15:50 UTC (permalink / raw)
  To: Martin Mares; +Cc: linux-pci, Marek Cruz

From: Marek Cruz <programatorfreez@gmail.com>

When using targets like "i686-pc-freebsd7.1", the configure script fails
to match for the freebsd target because it only expects "freebsd".  Add
a glob to match all freebsd targets.
---
 lib/configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/configure b/lib/configure
index 4ae20d4..ec8eca3 100755
--- a/lib/configure
+++ b/lib/configure
@@ -86,7 +86,7 @@ case $sys in
 		esac
 		echo >>$c '#define PCI_HAVE_STDINT_H'
 		;;
-	freebsd)
+	freebsd*)
 		echo_n " fbsd-device"
 		echo >>$c '#define PCI_HAVE_PM_FBSD_DEVICE'
 		echo >>$c '#define PCI_PATH_FBSD_DEVICE "/dev/pci"'
-- 
1.7.8.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PCIUTILS] Re: [PATCH] lib/configure: match all freebsd os's
  2012-01-31 15:50 [PATCH] lib/configure: match all freebsd os's Mike Frysinger
@ 2013-04-01 19:48 ` Martin Mares
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Mares @ 2013-04-01 19:48 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: linux-pci, Marek Cruz

Hi!

I am preparing a new release of pciutils and I discovered that I forgot about
your patches for a long, long time... Sorry about that.

> From: Marek Cruz <programatorfreez@gmail.com>
> 
> When using targets like "i686-pc-freebsd7.1", the configure script fails
> to match for the freebsd target because it only expects "freebsd".  Add
> a glob to match all freebsd targets.

Applied.

				Have a nice fortnight
-- 
Martin `MJ' Mares                          <mj@ucw.cz>   http://mj.ucw.cz/
Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth
"The generation of random numbers is too important to be left to chance."

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-01 19:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-31 15:50 [PATCH] lib/configure: match all freebsd os's Mike Frysinger
2013-04-01 19:48 ` [PCIUTILS] " Martin Mares

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.