[svn-commits] mvanbaak: trunk r147312 - /trunk/channels/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Oct 7 14:26:10 CDT 2008


Author: mvanbaak
Date: Tue Oct  7 14:26:09 2008
New Revision: 147312

URL: http://svn.digium.com/view/asterisk?view=rev&rev=147312
Log:
make this work on OpenBSD

Modified:
    trunk/channels/Makefile

Modified: trunk/channels/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/channels/Makefile?view=diff&rev=147312&r1=147311&r2=147312
==============================================================================
--- trunk/channels/Makefile (original)
+++ trunk/channels/Makefile Tue Oct  7 14:26:09 2008
@@ -16,8 +16,8 @@
 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)




More information about the svn-commits mailing list