diff options
Diffstat (limited to 'math/pspp/patches/patch-ao')
-rw-r--r-- | math/pspp/patches/patch-ao | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/pspp/patches/patch-ao b/math/pspp/patches/patch-ao new file mode 100644 index 00000000000..08fc7701540 --- /dev/null +++ b/math/pspp/patches/patch-ao @@ -0,0 +1,13 @@ +$NetBSD: patch-ao,v 1.1 2004/03/08 21:13:55 seb Exp $ + +--- src/pfm-write.c.orig 2000-01-03 03:32:06.000000000 +0000 ++++ src/pfm-write.c +@@ -30,7 +30,7 @@ + #include "avl.h" + #include "error.h" + #include "file-handle.h" +-#include "gmp/gmp.h" ++#include <gmp.h> + #include "magic.h" + #include "pfm.h" + #include "str.h" |