pkgsrc/math/octave-current/patches/patch-ah
adam f4b9f31c2b Changes 2.9.3:
* Bug fixes
2005-07-01 16:11:04 +00:00

15 lines
293 B
Text

$NetBSD: patch-ah,v 1.5 2005/07/01 16:11:05 adam Exp $
--- liboctave/f2c-main.c.orig 2005-05-18 12:20:20.000000000 +0000
+++ liboctave/f2c-main.c
@@ -21,6 +21,10 @@ Software Foundation, Inc., 51 Franklin S
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <assert.h>