Date: Sun, 11 Jan 2015 14:07:04 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376784 - head/net/kamailio/files Message-ID: <201501111407.t0BE74nu045335@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 + +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501111407.t0BE74nu045335>