Skip to content
Snippets Groups Projects
Commit c69a3b96 authored by Michiel van Baak's avatar Michiel van Baak
Browse files

make this work on OpenBSD

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@147312 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent dc20e8c4
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment