pkgsrc-ng/math/arpack/patches/patch-UTIL_second.f
2013-09-26 17:14:40 +02:00

17 lines
503 B
Forth

$NetBSD: patch-UTIL_second.f,v 1.1.1.1 2012/05/29 16:38:01 asau Exp $
--- UTIL/second.f.orig 1995-10-02 18:56:44.000000000 +0000
+++ UTIL/second.f
@@ -20,8 +20,9 @@
REAL TARRAY( 2 )
* ..
* .. External Functions ..
- REAL ETIME
- EXTERNAL ETIME
+* ETIME is intrinsic, so this causes undefined reference errors in newer gcc
+* REAL ETIME
+* EXTERNAL ETIME
* ..
* .. Executable Statements ..
*