diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-25 11:00:39 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-25 11:00:39 +0000 |
commit | 15900f9e1a1723fbd1d28ab97b206cde62487d3d (patch) | |
tree | 58ee0ca59d6a94ef16c835b15565c96d67bb436a /lang/librep2/files | |
parent | ca0c797574880dd560ce8ec745a5ab2b7e785bd1 (diff) | |
download | FreeBSD-ports-15900f9e1a1723fbd1d28ab97b206cde62487d3d.zip FreeBSD-ports-15900f9e1a1723fbd1d28ab97b206cde62487d3d.tar.gz |
Update to 0.12.4.
Diffstat (limited to 'lang/librep2/files')
-rw-r--r-- | lang/librep2/files/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/librep2/files/patch-ab b/lang/librep2/files/patch-ab new file mode 100644 index 0000000..ba6ac1b --- /dev/null +++ b/lang/librep2/files/patch-ab @@ -0,0 +1,14 @@ +--- src/numbers.c 2000/07/25 10:40:48 1.1 ++++ src/numbers.c 2000/07/25 10:42:00 +@@ -80,6 +80,11 @@ + # endif + #endif + ++#ifdef __FreeBSD__ ++# define LONG_LONG_MIN LONG_MIN ++# define LONG_LONG_MAX LONG_MAX ++#endif ++ + typedef struct { + repv car; + #ifdef HAVE_GMP |