Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-libpciaccess: Commit

external/libpciaccess


Commit MetaInfo

Révision06f562584a885eff7366dca82caf746e62b5a21f (tree)
l'heure2013-11-23 15:49:48
AuteurThomas Klausner <wiz@NetB...>
CommiterAlan Coopersmith

Message de Log

Improve NetBSD i386 detection.

Sometimes, other values are reported for the CPU part, like
"i486--netbsdelf").

From: Mark Davies <markd@NetBSD.org>
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
Reviewed-By: Matt Dew <marcoz@osource.org>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

Change Summary

Modification

--- a/configure.ac
+++ b/configure.ac
@@ -76,7 +76,7 @@ case $host_os in
7676 ;;
7777 *netbsd*)
7878 case $host in
79- *i386*)
79+ *i[3-9]86*)
8080 PCIACCESS_LIBS="$PCIACCESS_LIBS -li386 -lpci"
8181 ;;
8282 *x86_64*|*amd64*)
Afficher sur ancien navigateur de dépôt.