summaryrefslogtreecommitdiff
path: root/geography/vis5d+/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'geography/vis5d+/patches/patch-ad')
-rw-r--r--geography/vis5d+/patches/patch-ad17
1 files changed, 17 insertions, 0 deletions
diff --git a/geography/vis5d+/patches/patch-ad b/geography/vis5d+/patches/patch-ad
new file mode 100644
index 00000000000..52c7f6fd6ae
--- /dev/null
+++ b/geography/vis5d+/patches/patch-ad
@@ -0,0 +1,17 @@
+$NetBSD: patch-ad,v 1.1 2007/03/17 16:15:02 rillig Exp $
+
+f2c complains:
+Error on line 172 of igmk3d.f: Statement order error: declaration after DATA
+
+--- util/igmk3d.f.orig 2001-10-24 12:46:49.000000000 +0200
++++ util/igmk3d.f 2007-03-17 17:13:03.000000000 +0100
+@@ -168,8 +168,8 @@ C
+ DIMENSION GRID(*),TABLE(64)
+ INTEGER HEAD(64)
+ CHARACTER*8 FILNAM
+- DATA HEDSIZ/64/,LASNO/-999/
+ INTEGER*4 MAXGRD
++ DATA HEDSIZ/64/,LASNO/-999/
+ C
+ C
+ c IF(GFNO.NE.LASNO) THEN