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 | |
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')
-rw-r--r-- | print/transfig/Makefile | 3 | ||||
-rw-r--r-- | print/transfig/distinfo | 4 | ||||
-rw-r--r-- | print/transfig/patches/patch-aa | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/print/transfig/Makefile b/print/transfig/Makefile index 7efa093b957..b2a35256bdc 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2008/06/20 01:09:33 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2008/08/20 10:25:12 is Exp $ DISTNAME= transfig.3.2.5 PKGNAME= transfig-3.2.5 +PKGREVISION= 1 CATEGORIES= graphics print MASTER_SITES= ftp://epb.lbl.gov/xfig/alpha/ diff --git a/print/transfig/distinfo b/print/transfig/distinfo index db08b777b71..037c289223c 100644 --- a/print/transfig/distinfo +++ b/print/transfig/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.14 2008/05/21 11:11:52 drochner Exp $ +$NetBSD: distinfo,v 1.15 2008/08/20 10:25:12 is Exp $ SHA1 (transfig.3.2.5.tar.gz) = 2657c104d0099dcb4565a8762a9543310e55e767 RMD160 (transfig.3.2.5.tar.gz) = 435615bded662225127ea564fc746e9cb0058f18 Size (transfig.3.2.5.tar.gz) = 394296 bytes -SHA1 (patch-aa) = 1b3db8fdb7b93a8dc8efbd31680a72793938f923 +SHA1 (patch-aa) = bd898082a8c34825efe04d0102ddb33b2f4cffbd SHA1 (patch-ab) = b056ff88914bccfc172f15adb663eda0f254e125 SHA1 (patch-ac) = 0258794cf6f6d22d3355ed01c2cc89c7ee0088d4 SHA1 (patch-ae) = d3d0eeb08083092f717525914c64e72c7ceaa1fd 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 |