diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-26 09:15:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-26 09:15:52 +0000 |
commit | 8748cab92fd1c74d6ee50e6aa29441042017c7ab (patch) | |
tree | 2a6f59f554cf7a56abcae49764d712ddfabf0875 /lang/librep2/files/patch-ab | |
parent | MASTER_SITE has moved (to SourceForge.Net). (diff) |
Remove librep2. librep and librep2 are now in sync.
Diffstat (limited to 'lang/librep2/files/patch-ab')
-rw-r--r-- | lang/librep2/files/patch-ab | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/librep2/files/patch-ab b/lang/librep2/files/patch-ab deleted file mode 100644 index ba6ac1b1a990..000000000000 --- a/lang/librep2/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- 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 |