From 3a87120a36e93510147f7ed60b701e070afa53e1 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Wed, 15 Sep 2004 12:27:26 +0000 Subject: add a minor patch to make this package actually work on 64 bit systems. hello.f works on alpha's too now. --- lang/f2c/patches/patch-af | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lang/f2c/patches/patch-af (limited to 'lang/f2c/patches') diff --git a/lang/f2c/patches/patch-af b/lang/f2c/patches/patch-af new file mode 100644 index 00000000000..4c93f9d296f --- /dev/null +++ b/lang/f2c/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.5 2004/09/15 12:27:26 dmcmahill Exp $ + +--- libI77/lwrite.c.orig Wed Sep 15 12:00:47 2004 ++++ libI77/lwrite.c +@@ -248,7 +248,7 @@ l_write(ftnint *number, char *ptr, ftnle + double y,z; + real *xx; + doublereal *yy; +- for(i=0;i< *number; i++) ++ for(i=0;i< (int)*number; i++) + { + switch((int)type) + { -- cgit v1.2.3