aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/ring-daemon/files/patch-contrib_bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/ring-daemon/files/patch-contrib_bootstrap')
-rw-r--r--net-im/ring-daemon/files/patch-contrib_bootstrap21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-im/ring-daemon/files/patch-contrib_bootstrap b/net-im/ring-daemon/files/patch-contrib_bootstrap
deleted file mode 100644
index 26ff03cbe8e8..000000000000
--- a/net-im/ring-daemon/files/patch-contrib_bootstrap
+++ /dev/null
@@ -1,21 +0,0 @@
---- contrib/bootstrap.orig 2016-05-10 20:45:50 UTC
-+++ contrib/bootstrap
-@@ -74,7 +74,7 @@ done
- if test -z "$BUILD"
- then
- echo -n "Guessing build system... "
-- BUILD="`${CC:-cc} -dumpmachine`"
-+ BUILD="`uname -m`-portbld-freebsd"
- if test -z "$BUILD"; then
- echo "FAIL!"
- exit 1
-@@ -212,6 +212,9 @@ case "${OS}" in
- add_make_enabled "HAVE_IOS" "HAVE_DARWIN_OS" "HAVE_BSD" "HAVE_NEON" "HAVE_ARMV7A"
- fi
- ;;
-+ *freebsd*)
-+ add_make_enabled "HAVE_FREEBSD"
-+ ;;
- *bsd*)
- add_make_enabled "HAVE_BSD"
- ;;