From: Michiel van Baak Date: Tue, 7 Oct 2008 19:26:09 +0000 (+0000) Subject: make this work on OpenBSD X-Git-Tag: 1.6.2.0-beta1~1174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c69a3b96b20f60cb6e5eb8333c094c0e74bf52ff;p=thirdparty%2Fasterisk.git make this work on OpenBSD git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@147312 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/Makefile b/channels/Makefile index 4ceec696dc..66e2e3ff47 100644 --- a/channels/Makefile +++ b/channels/Makefile @@ -16,8 +16,8 @@ MENUSELECT_CATEGORY=CHANNELS MENUSELECT_DESCRIPTION=Channel Drivers ifeq ($(OSARCH),OpenBSD) - PTLIB=-lpt_OpenBSD_x86_r - H323LIB=-lh323_OpenBSD_x86_r + PTLIB=-lpt + H323LIB=-lh323 endif ifeq ($(OSARCH),linux-gnu)