pkgsrc-Bugs archive

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

PR/39379 CVS commit: pkgsrc/print/transfig



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

From: Ignatios Souvatzis <is%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/39379 CVS commit: pkgsrc/print/transfig
Date: Wed, 20 Aug 2008 10:25:12 +0000 (UTC)

 Module Name:   pkgsrc
 Committed By:  is
 Date:          Wed Aug 20 10:25:12 UTC 2008
 
 Modified Files:
        pkgsrc/print/transfig: Makefile distinfo
        pkgsrc/print/transfig/patches: patch-aa
 
 Log Message:
 Workaround for my own PR 39379:
 
 Don't -DUSE_INLINE - this creates "static inline", and the imake setup
 at least on NetBSD-4/arm calls "cc -ansi", which, as being a c89 compiler,
 refuses this c99 code (or so I've been told by C language lawyers).
 (Maybe somebody can come up with a patch that does the right thing
 wrt. this stuff for all our environments.)
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.35 -r1.36 pkgsrc/print/transfig/Makefile
 cvs rdiff -r1.14 -r1.15 pkgsrc/print/transfig/distinfo
 cvs rdiff -r1.10 -r1.11 pkgsrc/print/transfig/patches/patch-aa
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index