diff options
author | agc <agc@pkgsrc.org> | 2007-01-03 07:53:37 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2007-01-03 07:53:37 +0000 |
commit | 75c02da60cc44acf8ba36cc9c27fe5b0b968f4e3 (patch) | |
tree | 8242e48ff352c58168900b76e2f9907c8cc5eaea /math/fgmp/patches | |
parent | 7868be43f9eb81befb62b369d93e206c6ae7cfcc (diff) | |
download | pkgsrc-75c02da60cc44acf8ba36cc9c27fe5b0b968f4e3.tar.gz |
Initial import of Mark Henderson's multi-precision maths (hello mid-Atlantic
divide) fgmp-1.0b5 routines into the Packages Collection:
FGMP is Mark Henderson's public domain implementation of a subset of
the GNU gmp library with the same API. The fgmp library also includes
a couple of extra routines.
Diffstat (limited to 'math/fgmp/patches')
-rw-r--r-- | math/fgmp/patches/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/fgmp/patches/patch-aa b/math/fgmp/patches/patch-aa new file mode 100644 index 00000000000..d049313bf99 --- /dev/null +++ b/math/fgmp/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1.1.1 2007/01/03 07:53:37 agc Exp $ + +Silence compiler warnings + +--- gmp.h 2006/12/29 14:27:44 1.1 ++++ gmp.h 2006/12/29 14:28:02 +@@ -21,6 +21,7 @@ + */ + + #include <stdio.h> ++#include <string.h> + #include <sys/types.h> + + /* for malloc and free */ |