diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2017-05-31 13:23:26 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2017-05-31 13:23:26 +0000 |
commit | 6767e9c9afc49c6777e8b385903f303914ec2f5f (patch) | |
tree | 25acfc88d39e0e90d06182fe3b8a3463ffbb3511 /net/kamailio/files/patch-utils__kamcmd__Makefile | |
parent | Update pango to 1.40.6. (diff) |
net/kamailio: update 4.4.3 -> 5.0.1
This is a major release, introducing a consistent set of new features
as well as improvements to existing components.
Reviewed by: Alexey V. Panfilov <ports@subnets.ru>
Relnotes: https://www.kamailio.org/w/kamailio-v5-0-0-release-notes/
Diffstat (limited to 'net/kamailio/files/patch-utils__kamcmd__Makefile')
-rw-r--r-- | net/kamailio/files/patch-utils__kamcmd__Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net/kamailio/files/patch-utils__kamcmd__Makefile b/net/kamailio/files/patch-utils__kamcmd__Makefile deleted file mode 100644 index 74a4f91faa66..000000000000 --- a/net/kamailio/files/patch-utils__kamcmd__Makefile +++ /dev/null @@ -1,22 +0,0 @@ ---- utils/kamcmd/Makefile.orig 2015-07-20 13:16:26 UTC -+++ utils/kamcmd/Makefile -@@ -12,7 +12,7 @@ else - NAME=kamcmd - endif - --readline_locations= /usr/include/readline/readline.h \ -+readline_locations= /usr/local/include/readline/readline.h \ - $(LOCALBASE)/include/readline/readline.h - - use_readline ?= -@@ -72,8 +72,8 @@ endif - endif - - ifeq ($(use_readline),1) -- DEFS+=-DUSE_READLINE -- LIBS+=-lreadline -lncurses -+ DEFS+=-DUSE_READLINE -I${LOCALBASE}/include -+ LIBS+=-L${LOCALBASE}/lib -lreadline -lncurses - endif - - |