pkgsrc-Bugs archive

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

Re: pkg/46700: pkgsrc-2012Q2 vlc2 won't build



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

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/46700: pkgsrc-2012Q2 vlc2 won't build
Date: Sun, 15 Jul 2012 14:39:03 +0000

 On Fri, Jul 13, 2012 at 04:00:01PM +0000, Ephaeton%gmx.net@localhost wrote:
  > vlc2 won't build because of an undeclared constant: O_DIRECTORY.
  > ...
  > gnutls.c: In function 'gnutls_Addx509Directory':
  > gnutls.c:472: error: 'O_DIRECTORY' undeclared (first use in this function)
  > gnutls.c:472: error: (Each undeclared identifier is reported only once
  > gnutls.c:472: error: for each function it appears in.)
  > gmake[5]: *** [libgnutls_plugin_la-gnutls.lo] Error 1
 
 should be sufficient to insert
 
 #ifndef O_DIRECTORY
 #define O_DIRECTORY 0
 #endif
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index