aboutsummaryrefslogtreecommitdiff
path: root/lang/librep2/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'lang/librep2/files/patch-ab')
-rw-r--r--lang/librep2/files/patch-ab14
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