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: wiz%netbsd.org@localhost
Subject: Re: pkg/51646: x11/modular-xorg-server fails to configure
Date: Thu, 24 Nov 2016 22:13:28 +0000

 Hello, my other message seemed to have disappeared.
 
 This hunk to patch-configure gets me through configure.
 
 @@ -25101,11 +25101,6 @@ case ${host_os} in
          darwin*)
          ax_pthread_flags="-pthread $ax_pthread_flags"
          ;;
 -	netbsd*)
 -	# use libc stubs, don't link against libpthread, to allow
 -	# dynamic loading
 -	ax_pthread_flags=""
 -	;;
  esac
  
  # Clang doesn't consider unrecognized options an error unless we specify
 
 
 However, build fails:
   CC       dri.lo
 In file included from xf86dri.c:59:
 ./dri.h:41:10: fatal error: 'xf86dri.h' file not found
 #include "xf86dri.h"
          ^
 In file included from dri.c:64:
 ./dri.h:41:10: fatal error: 'xf86dri.h' file not found
 #include "xf86dri.h"
          ^
 


Home | Main Index | Thread Index | Old Index