2d388aff89
configured from "realtime" database rather than static .conf files, are not subject to IP address restrictions). ok ian
15 lines
463 B
Plaintext
15 lines
463 B
Plaintext
$OpenBSD: patch-channels_Makefile,v 1.7 2007/12/19 21:07:27 sthen Exp $
|
|
--- channels/Makefile.orig Mon Dec 17 07:21:08 2007
|
|
+++ channels/Makefile Tue Dec 18 22:20:15 2007
|
|
@@ -21,8 +21,8 @@ C_MODS:=$(filter-out $(MENUSELECT_CHANNELS),$(ALL_C_MO
|
|
CC_MODS:=$(filter-out $(MENUSELECT_CHANNELS),$(ALL_CC_MODS))
|
|
|
|
ifeq ($(OSARCH),OpenBSD)
|
|
- PTLIB=-lpt_OpenBSD_x86_r
|
|
- H323LIB=-lh323_OpenBSD_x86_r
|
|
+ PTLIB=-lpt
|
|
+ H323LIB=-lh323
|
|
endif
|
|
|
|
ifeq ($(OSARCH),linux-gnu)
|