summaryrefslogtreecommitdiff
path: root/net/libtorrent/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/libtorrent/patches/patch-ab')
-rw-r--r--net/libtorrent/patches/patch-ab49
1 files changed, 0 insertions, 49 deletions
diff --git a/net/libtorrent/patches/patch-ab b/net/libtorrent/patches/patch-ab
deleted file mode 100644
index 483bb2b3dbc..00000000000
--- a/net/libtorrent/patches/patch-ab
+++ /dev/null
@@ -1,49 +0,0 @@
-$NetBSD: patch-ab,v 1.7 2007/01/26 18:48:52 tron Exp $
-
---- configure.orig 2006-12-24 12:54:00.000000000 +0000
-+++ configure 2007-01-26 15:15:13.000000000 +0000
-@@ -15823,6 +15823,10 @@
- cat >conftest.$ac_ext <<_ACEOF
- #include <sys/types.h>
- #include <sys/mman.h>
-+#if defined(__sun) && defined(__SVR4)
-+ #include <unistd.h>
-+#endif
-+
- void f() { mincore((char*)0, 0, (unsigned char*)0); }
-
- _ACEOF
-@@ -15953,6 +15957,9 @@
- cat >conftest.$ac_ext <<_ACEOF
- #include <sys/types.h>
- #include <sys/mman.h>
-+#if defined(__sun) && defined(__SVR4)
-+ #include <unistd.h>
-+#endif
- void f() { mincore((char*)0, 0, (unsigned char*)0); }
-
- _ACEOF
-@@ -16000,6 +16007,12 @@
- cat >conftest.$ac_ext <<_ACEOF
- #include <sys/types.h>
- #include <sys/mman.h>
-+#if defined(__sun) && defined(__SVR4)
-+ #include <unistd.h>
-+#endif
-+#if defined(__sun) && defined(__SVR4)
-+ #include <unistd.h>
-+#endif
- void f() { mincore((char*)0, 0, (char*)0); }
-
- _ACEOF
-@@ -16701,6 +16714,10 @@
- _ACEOF
- cat >>$CONFIG_STATUS <<\_ACEOF
- -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-+ : Avoid regenerating within pkgsrc
-+ exit 0
-+ : Avoid regenerating within pkgsrc
-+ exit 0
- ac_cs_recheck=: ;;
- --version | --vers* | -V )
- echo "$ac_cs_version"; exit 0 ;;