asterisk20: remove patch that is not in distinfo

This commit is contained in:
wiz 2024-01-04 07:08:30 +00:00
parent e4aa663666
commit 2d15955504
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
$NetBSD: patch-channels_Makefile,v 1.1 2023/12/10 06:40:20 ryoon Exp $
* Fix an ioctl not found error
--- channels/Makefile.orig 2023-11-23 20:11:21.221975550 +0000
+++ channels/Makefile
@@ -23,6 +23,10 @@ ifneq ($(findstring $(OSARCH), mingw32 c
LIBS+= -lres_monitor.so
endif
+ifeq ($(OSARCH), NetBSD)
+chan_oss.so: _ASTLDFLAGS+=-lossaudio
+endif
+
$(call MOD_ADD_C,chan_iax2,$(wildcard iax2/*.c))
iax2/parser.o: _ASTCFLAGS+=$(call get_menuselect_cflags,MALLOC_DEBUG)