summaryrefslogtreecommitdiff
path: root/lang/librep2/files
diff options
context:
space:
mode:
Diffstat (limited to 'lang/librep2/files')
-rw-r--r--lang/librep2/files/patch-aa11
-rw-r--r--lang/librep2/files/patch-ab14
2 files changed, 0 insertions, 25 deletions
diff --git a/lang/librep2/files/patch-aa b/lang/librep2/files/patch-aa
deleted file mode 100644
index 201933294b35..000000000000
--- a/lang/librep2/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Thu Apr 13 09:53:31 2000
-+++ configure Mon Apr 17 20:09:51 2000
-@@ -2422,7 +2422,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- GDBM_LIBS="-lgdbm"
-+ GDBM_LIBS="-lgdbm $LIBS"
- else
- echo "$ac_t""no" 1>&6
- { echo "configure: error: Cannot find GDBM library" 1>&2; exit 1; }
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