diff options
author | is <is@pkgsrc.org> | 2008-08-20 10:25:12 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2008-08-20 10:25:12 +0000 |
commit | effc4b90a78122065dae3a09d788f76b4902885a (patch) | |
tree | 37aab4a1fbf0af85757bacaaa388767699ee642c /print/transfig/patches | |
parent | c698eb628442b2148309bff87b857065df856992 (diff) | |
download | pkgsrc-effc4b90a78122065dae3a09d788f76b4902885a.tar.gz |
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.)
Diffstat (limited to 'print/transfig/patches')
-rw-r--r-- | print/transfig/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/transfig/patches/patch-aa b/print/transfig/patches/patch-aa index 3dcf0fafe96..a9694855953 100644 --- a/print/transfig/patches/patch-aa +++ b/print/transfig/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.10 2005/11/10 14:29:01 itohy Exp $ +$NetBSD: patch-aa,v 1.11 2008/08/20 10:25:12 is Exp $ --- fig2dev/Imakefile.orig Fri Oct 28 01:56:02 2005 +++ fig2dev/Imakefile Wed Nov 9 22:49:57 2005 @@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.10 2005/11/10 14:29:01 itohy Exp $ XCOMM the display will be a bit faster in complex figures -XCOMM USEINLINE = -DUSE_INLINE -+USEINLINE = -DUSE_INLINE ++USEINLINE = XCOMM **************** XCOMM Change RGB if necessary, to point to your rgb.txt color database |