Index: head/net/kamailio/files/patch-utils__sercmd__Makefile =================================================================== --- head/net/kamailio/files/patch-utils__sercmd__Makefile (nonexistent) +++ head/net/kamailio/files/patch-utils__sercmd__Makefile (revision 376784) @@ -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 + + Property changes on: head/net/kamailio/files/patch-utils__sercmd__Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property