Subject: Re: CVS commit: pkgsrc/multimedia/vls
To: None <joerg@britannica.bec.de>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-changes
Date: 06/26/2006 23:41:21
joerg@britannica.bec.de wrote:
> On Mon, Jun 26, 2006 at 11:30:06AM +0000, Roland Illig wrote:
>
>>Module Name: pkgsrc
>>Committed By: rillig
>>Date: Mon Jun 26 11:30:06 UTC 2006
>>
>>Modified Files:
>> pkgsrc/multimedia/vls: distinfo
>>Added Files:
>> pkgsrc/multimedia/vls/patches: patch-aj
>>
>>Log Message:
>>Added a fix for the recent bulk build on NetBSD 3.0.
>
>
> Please don't define internal macro names in patches for all operating
> systems. Do this properly.
I thought that since the macro name starts with __STDC_, it would not be
considered internal but defined by ISO C99. And indeed, it is: 7.18.2.
Roland