diff options
Diffstat (limited to 'comms/asterisk10/patches/patch-main_Makefile')
-rw-r--r-- | comms/asterisk10/patches/patch-main_Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/comms/asterisk10/patches/patch-main_Makefile b/comms/asterisk10/patches/patch-main_Makefile deleted file mode 100644 index f95670f7f5e..00000000000 --- a/comms/asterisk10/patches/patch-main_Makefile +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-main_Makefile,v 1.2 2012/10/09 01:36:32 jnemeth Exp $ - ---- main/Makefile.orig 2012-09-08 05:21:41.000000000 +0000 -+++ main/Makefile -@@ -85,6 +85,10 @@ ifeq ($(OSARCH),OpenBSD) - AST_LIBS+=-lcrypto -lpthread -lm $(EDITLINE_LIB) - endif - -+ifeq ($(OSARCH),dragonfly) -+ AST_LIBS+=-lpthread -+endif -+ - ifeq ($(OSARCH),SunOS) - AST_LIBS+=-lpthread -ldl -lrt -lnsl -lsocket -lresolv -L/opt/ssl/lib -L/usr/local/ssl/lib - ASTLINK= |