pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/51646: x11/modular-xorg-server fails to configure
The following reply was made to PR pkg/51646; it has been noted by GNATS.
From: coypu%SDF.ORG@localhost
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/51646: x11/modular-xorg-server fails to configure
Date: Sat, 7 Jan 2017 22:42:31 +0000
--OXfL5xGRrasGEqWY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
> I'd guess from the latter case that the variable should now be set to
> "none".
I attempted this but it still failed. I've attempted to force pass the
test with ax_pthread_ok="yes" and it seems to get further.
I'd need a clean bootstrap and a bunch of packages to get through the
build, though.
--OXfL5xGRrasGEqWY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch-configure
$NetBSD: patch-configure,v 1.3 2015/06/29 11:12:45 wiz Exp $
Use USE_AMD64_IOPL (actually x86_64_iopl) on NetBSD/amd64.
(c.f. patch-hw_xfree86_os-support_bsd_i386.c)
--- configure.orig 2016-11-15 16:21:02.000000000 +0000
+++ configure
@@ -23260,7 +23260,7 @@ $as_echo "#define USE_DEV_IO 1" >>confde
$as_echo "#define USE_DEV_IO 1" >>confdefs.h
;;
*netbsd*)
-$as_echo "#define USE_I386_IOPL 1" >>confdefs.h
+$as_echo "#define USE_AMD64_IOPL 1" >>confdefs.h
SYS_LIBS=-lx86_64
;;
@@ -25104,7 +25104,8 @@ case ${host_os} in
netbsd*)
# use libc stubs, don't link against libpthread, to allow
# dynamic loading
- ax_pthread_flags=""
+ ax_pthread_flags="none"
+ ax_pthread_ok="yes"
;;
esac
--OXfL5xGRrasGEqWY--
Home |
Main Index |
Thread Index |
Old Index