svn commit: r376784 - head/net/kamailio/files

Kurt Jaeger pi at FreeBSD.org
Sun Jan 11 14:07:04 UTC 2015


Author: pi
Date: Sun Jan 11 14:07:03 2015
New Revision: 376784
URL: https://svnweb.freebsd.org/changeset/ports/376784
QAT: https://qat.redports.org/buildarchive/r376784/

Log:
  net/kamailio: fix build on HEAD
  
  by adding files/patch-utils__sercmd__Makefile

Added:
  head/net/kamailio/files/patch-utils__sercmd__Makefile   (contents, props changed)

Added: head/net/kamailio/files/patch-utils__sercmd__Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/kamailio/files/patch-utils__sercmd__Makefile	Sun Jan 11 14:07:03 2015	(r376784)
@@ -0,0 +1,22 @@
+--- utils/sercmd/Makefile.orig	2015-01-11 14:54:24.246707463 +0100
++++ utils/sercmd/Makefile	2015-01-11 14:56:12.692702813 +0100
+@@ -12,7 +12,7 @@
+ 	NAME=sercmd
+ endif
+ 
+-readline_locations= /usr/include/readline/readline.h \
++readline_locations= /usr/local/include/readline/readline.h \
+ 					$(LOCALBASE)/include/readline/readline.h
+ 
+ use_readline ?=
+@@ -71,8 +71,8 @@
+ endif
+ 
+ ifeq ($(use_readline),1)
+-	DEFS+=-DUSE_READLINE
+-	LIBS+=-lreadline -lncurses
++	DEFS+=-DUSE_READLINE -I${LOCALBASE}/include
++	LIBS+=-L${LOCALBASE}/lib -lreadline -lncurses
+ endif
+ 
+ 


More information about the svn-ports-all mailing list