mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
357 B
Plaintext
15 lines
357 B
Plaintext
$NetBSD: patch-configure,v 1.1 2012/03/13 14:13:52 fhajny Exp $
|
|
|
|
Allow x86_64 as a SunOS arch.
|
|
--- configure.orig 2009-10-12 05:04:15.000000000 +0000
|
|
+++ configure
|
|
@@ -18293,7 +18293,7 @@ fi
|
|
sparc*)
|
|
SOLARIS_INOUT_ARCH="sparcv8plus"
|
|
;;
|
|
- i*86)
|
|
+ i*86|x86_64)
|
|
if test x$SOLARIS_64 = xyes ; then
|
|
SOLARIS_INOUT_ARCH="amd64"
|
|
else
|