From: Brian West Date: Wed, 29 Oct 2014 14:50:02 +0000 (-0500) Subject: tweak for openbsd X-Git-Tag: v1.4.13~1^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38707e780349b19f5561f0d2f45d647142d81e5d;p=thirdparty%2Ffreeswitch.git tweak for openbsd --- diff --git a/support-d/.bashrc b/support-d/.bashrc index 518fdef246..b5fc35cbcd 100644 --- a/support-d/.bashrc +++ b/support-d/.bashrc @@ -22,7 +22,7 @@ if [ "`id -u`" = "0" ]; then if [ "${UNAME}" = "NetBSD" ]; then export PATH="$PATH:/usr/local/freeswitch/bin" export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/pkgconfig:/usr/pkg/lib/pkgconfig - export PKG_PATH=ftp://199.233.217.249/pub/pkgsrc/packages/NetBSD/amd64/6.1.3/All + export PKG_PATH=http://openbsd.mirrors.pair.com/`uname -r`/packages/`machine -a`/ fi if [ "${UNAME}" = "FreeBSD" ]; then export PATH="$PATH:/usr/local/freeswitch/bin"