pkgsrc-Bugs archive

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

Re: pkg/52624



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

From: Aleksey Arens <tarik%sectopod.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/52624
Date: Wed, 18 Oct 2017 13:39:03 -0700

 Good day.
 
 There exists a simple solution to the problem mentioned by the original
 reporter.  Since it appears that a C99 feature is expected, then we
 could change the USE_LANGUAGES option to use "c99" instead of "c".  The
 following patch implements a fix, which builds correctly on a machine
 running pkgsrc-2017Q2 on netbsd-7.1-RELEASE.  The value of options
 variable was set as follows during the build:
 
 PKG_OPTIONS.nmap=inet6 lua ndiff
 
 
 -----8<----------8<----------8<----------8<----------8<----------8<-----
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/net/nmap/Makefile,v
 retrieving revision 1.135
 diff -r1.135 Makefile
 17c17
 < USE_LANGUAGES=                c c++
 ---
 > USE_LANGUAGES=		c99 c++
 


Home | Main Index | Thread Index | Old Index