mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
321 B
Plaintext
16 lines
321 B
Plaintext
$NetBSD: patch-configure,v 1.7 2015/05/01 08:58:39 wiz Exp $
|
|
|
|
Fix pattern.
|
|
|
|
--- configure.orig 2015-05-01 04:44:56.000000000 +0000
|
|
+++ configure
|
|
@@ -18083,7 +18083,7 @@ case $host_os in
|
|
;;
|
|
*netbsd*)
|
|
case $host in
|
|
- *i3-986*)
|
|
+ *i[3-9]86*)
|
|
PCIACCESS_LIBS="$PCIACCESS_LIBS -li386"
|
|
;;
|
|
*x86_64*|*amd64*)
|