diff options
Diffstat (limited to 'math/gnumeric/patches/patch-ad')
-rw-r--r-- | math/gnumeric/patches/patch-ad | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/gnumeric/patches/patch-ad b/math/gnumeric/patches/patch-ad new file mode 100644 index 00000000000..de2d984d123 --- /dev/null +++ b/math/gnumeric/patches/patch-ad @@ -0,0 +1,9 @@ +$NetBSD: patch-ad,v 1.5 2005/09/08 15:29:31 drochner Exp $ + +--- src/tools/solver/lp_solve/commonlib.c.orig 2005-01-20 19:24:30.000000000 +0100 ++++ src/tools/solver/lp_solve/commonlib.c +@@ -1,3 +1,4 @@ ++#include "gnumeric-config.h" + + #include <sys/types.h> + |