Path to this page:
Subject: CVS commit: [pkgsrc-2008Q2] pkgsrc/print/transfig
From: Tyler R. Retzlaff
Date: 2008-08-21 13:35:30
Message id: 20080821113530.DF6A3175D0@cvs.netbsd.org
Log Message:
pullup ticket #2503 - requested by is
transfig: pullup workaround fix for pr
revisions pulled up:
pkgsrc/print/transfig/Makefile 1.36
pkgsrc/print/transfig/distinfo 1.15
pkgsrc/print/transfig/patches/patch-aa 1.11
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.)
Files: