Files
pkgsrc-ng/comms/asterisk10/patches/patch-main_Makefile
2013-09-26 17:14:40 +02:00

16 lines
441 B
Plaintext

$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=