pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/51793: security/gnutls FreeBSD 11 error: typedef redefinition ('union max_align_t' vs 'long double')



The following reply was made to PR pkg/51793; it has been noted by GNATS.

From: coypu%SDF.ORG@localhost
To: gnats-bugs%netbsd.org@localhost
Cc: joerg%bec.de@localhost
Subject: Re: pkg/51793: security/gnutls FreeBSD 11 error: typedef
 redefinition ('union max_align_t' vs 'long double')
Date: Sun, 8 Jan 2017 13:25:39 +0000

 Perhaps it's using c++ instead, in which case the default fails.
 
 There is this in configure which suggests it may be the case:
   CC=${CXX-"c++"}
   CFLAGS=$CXXFLAGS
   compiler=$CC
   compiler_CXX=$CC
   func_cc_basename $compiler
 


Home | Main Index | Thread Index | Old Index