From: Brian West Date: Wed, 29 Oct 2014 14:52:38 +0000 (-0500) Subject: tweak/fix for openbsd and fix netbsd X-Git-Tag: v1.4.13~1^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b902a5fd35674979d7355754a2ebb834f4dc6473;p=thirdparty%2Ffreeswitch.git tweak/fix for openbsd and fix netbsd --- diff --git a/support-d/.bashrc b/support-d/.bashrc index b5fc35cbcd..199f3d7924 100644 --- a/support-d/.bashrc +++ b/support-d/.bashrc @@ -18,11 +18,12 @@ if [ "`id -u`" = "0" ]; then export AUTOMAKE_VERSION=1.13 export LIBTOOL=/usr/local/bin/libtoolize export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig + export PKG_PATH=http://openbsd.mirrors.pair.com/`uname -r`/packages/`machine -a`/ fi 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=http://openbsd.mirrors.pair.com/`uname -r`/packages/`machine -a`/ + export PKG_PATH=http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/`uname -m`/`uname -r`/All/ fi if [ "${UNAME}" = "FreeBSD" ]; then export PATH="$PATH:/usr/local/freeswitch/bin"