summaryrefslogtreecommitdiff
path: root/lang/librep/files/patch-ab
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-07-25 11:00:39 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-07-25 11:00:39 +0000
commit4e01e11ae7e90f70f515ab2ade9d428c5d07db3b (patch)
treefa1fc08379799e8a01bca9fb68dcbe750338cbb4 /lang/librep/files/patch-ab
parentUpdate port to include the last docbook ports. (diff)
Update to 0.12.4.
Diffstat (limited to 'lang/librep/files/patch-ab')
-rw-r--r--lang/librep/files/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/librep/files/patch-ab b/lang/librep/files/patch-ab
new file mode 100644
index 000000000000..ba6ac1b1a990
--- /dev/null
+++ b/lang/librep/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