[Asterisk-cvs] asterisk Makefile,1.114,1.114.2.1
russell at lists.digium.com
russell at lists.digium.com
Sun Oct 3 14:35:55 CDT 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv23684
Modified Files:
Tag: v1-0
Makefile
Log Message:
NetBSD build doesn't always find libncurses (bug #2560)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.114
retrieving revision 1.114.2.1
diff -u -d -r1.114 -r1.114.2.1
--- Makefile 28 Sep 2004 17:11:30 -0000 1.114
+++ Makefile 3 Oct 2004 18:37:37 -0000 1.114.2.1
@@ -146,7 +146,7 @@
ifeq (${OSARCH},NetBSD)
CFLAGS+=-pthread
-INCLUDE+=-I/usr/local/include
+INCLUDE+=-I/usr/local/include -I/usr/pkg/include
endif
ifeq (${OSARCH},OpenBSD)
@@ -197,7 +197,7 @@
LIBS+=-lcrypto
endif
ifeq (${OSARCH},NetBSD)
-LIBS+=-lpthread -lcrypto -lm -L/usr/local/lib -lncurses
+LIBS+=-lpthread -lcrypto -lm -L/usr/local/lib -L/usr/pkg/lib -lncurses
endif
ifeq (${OSARCH},OpenBSD)
LIBS=-lcrypto -lpthread -lm -lncurses
More information about the svn-commits
mailing list