diff options
author | dmcmahill <dmcmahill> | 2002-03-14 22:09:35 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2002-03-14 22:09:35 +0000 |
commit | c55f18bc0416fa41cbd38fdb67d38d29b64f6e63 (patch) | |
tree | 39690475c7598f6ed64a9739326ccc2fadc06efb /lang/f2c | |
parent | 7d8952d263f935b5e4db7db4f7e78739ebf0b507 (diff) | |
download | pkgsrc-c55f18bc0416fa41cbd38fdb67d38d29b64f6e63.tar.gz |
change NOGCCERROR from 'yes' to #defined. Addresses the build problems
on -current reported in pkg/15844 by florence.henry@obspm.fr
Diffstat (limited to 'lang/f2c')
-rw-r--r-- | lang/f2c/distinfo | 6 | ||||
-rw-r--r-- | lang/f2c/patches/patch-ae | 4 | ||||
-rw-r--r-- | lang/f2c/patches/patch-ag | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/lang/f2c/distinfo b/lang/f2c/distinfo index 5134c6c97d9..0e5f258f601 100644 --- a/lang/f2c/distinfo +++ b/lang/f2c/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/03/05 18:29:48 dmcmahill Exp $ +$NetBSD: distinfo,v 1.6 2002/03/14 22:09:35 dmcmahill Exp $ SHA1 (f2c-20001205.tar.gz) = f3cc1653eb962fee45d850df50890fc53448a17f Size (f2c-20001205.tar.gz) = 988607 bytes @@ -6,7 +6,7 @@ SHA1 (patch-aa) = 488a5adc6bf30a28fa221351224fa16952d54537 SHA1 (patch-ab) = 97c676fa452daa674e11348412ccb26d38a7baa4 SHA1 (patch-ac) = 6fc52f9257cdecd3784e7f8897cce8b5656b73e4 SHA1 (patch-ad) = 0144d0cdf55ce8117d179a56acc4db64fe67c8e0 -SHA1 (patch-ae) = b3ba2a1a40aee9f3151fc36aa89d34e472f80325 -SHA1 (patch-ag) = d56c32c8ce651a1a773b32b3e8f9645d3acb2a87 +SHA1 (patch-ae) = c0562da54ef93f167db928b526a96c74c8cabc72 +SHA1 (patch-ag) = 3e263188c46c356eecf876cbf29d44b17308078d SHA1 (patch-ai) = ccfa759c016e980ed05105833557215ef00c74de SHA1 (patch-aj) = c58361fbbfc06e033b2a47e1d1e370716c4b185c diff --git a/lang/f2c/patches/patch-ae b/lang/f2c/patches/patch-ae index 076924b5657..61d9f101c08 100644 --- a/lang/f2c/patches/patch-ae +++ b/lang/f2c/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.7 2001/04/09 01:44:39 dmcmahill Exp $ +$NetBSD: patch-ae,v 1.8 2002/03/14 22:09:35 dmcmahill Exp $ use a bsd style makefile for building shared libs @@ -30,7 +30,7 @@ use a bsd style makefile for building shared libs -## or remove both the ld and mv lines above. - +CPPFLAGS+= -Wcast-align -DNO_ONEXIT -DSkip_f2c_Undefs -+NOGCCERROR= yes ++NOGCCERROR= #defined +MKLINT= no MISC = F77_aloc.o Version.o main.o s_rnge.o abort_.o getarg_.o iargc_.o \ getenv_.o signal_.o s_stop.o s_paus.o system_.o cabs.o\ diff --git a/lang/f2c/patches/patch-ag b/lang/f2c/patches/patch-ag index e42040a605e..5c91fc6aa71 100644 --- a/lang/f2c/patches/patch-ag +++ b/lang/f2c/patches/patch-ag @@ -1,4 +1,4 @@ -$NetBSD: patch-ag,v 1.7 2001/04/09 01:44:39 dmcmahill Exp $ +$NetBSD: patch-ag,v 1.8 2002/03/14 22:09:35 dmcmahill Exp $ use a BSD style makefile for building shared libs @@ -20,7 +20,7 @@ use a BSD style makefile for building shared libs -## If your system does not have the ld command, comment out -## or remove both the ld and mv lines above. +CPPFLAGS+= -Wcast-align -DSkip_f2c_Undefs -+NOGCCERROR= yes ++NOGCCERROR= #defined +MKLINT= no OBJ = Version.o backspace.o close.o dfe.o dolio.o due.o endfile.o err.o \ |