freebsd-ports/net-im/ring-daemon/files/patch-contrib_bootstrap
Kurt Jaeger 98c787c4cd New port: net-im/ring-daemon
Ring is a secure and distributed voice, video and chat communication
platform that requires no centralized server and leaves the power
of privacy in the hands of the user.

WWW: https://ring.cx/

PR:		209542
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-05-29 03:50:56 +00:00

22 lines
521 B
Plaintext

--- 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"
;;