diff options
Diffstat (limited to 'net/kamailio/files/patch-src_Makefile.defs')
-rw-r--r-- | net/kamailio/files/patch-src_Makefile.defs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/kamailio/files/patch-src_Makefile.defs b/net/kamailio/files/patch-src_Makefile.defs index ac730a0ad841..2a8b4a506a29 100644 --- a/net/kamailio/files/patch-src_Makefile.defs +++ b/net/kamailio/files/patch-src_Makefile.defs @@ -1,4 +1,4 @@ ---- src/Makefile.defs.orig 2017-04-21 13:52:06 UTC +--- src/Makefile.defs.orig 2018-03-01 16:24:11 UTC +++ src/Makefile.defs @@ -208,7 +208,7 @@ YACC := $(shell echo "$${YACC}") @@ -18,7 +18,7 @@ RPAREN=) CC_VER:=$(word 1,$(CC)) $(shell $(CC) - --version|head -n 1|\ sed -e 's/([^$(RPAREN)]*)//g' \ -@@ -386,7 +386,7 @@ LIBDIR ?= +@@ -390,7 +390,7 @@ LIBDIR ?= ifeq ($(LIBDIR),) ARCHBSZ= $(shell echo $(ARCH) | sed -e 's/.*64.*/64b/') ifeq ($(ARCHBSZ),64b) @@ -27,7 +27,7 @@ else LIBDIR = lib endif -@@ -460,7 +460,7 @@ doxygen_dir=doc/doxygen +@@ -464,7 +464,7 @@ doxygen_dir=doc/doxygen BASEDIR ?= $(DESTDIR) basedir = $(BASEDIR) @@ -36,7 +36,7 @@ runbasedir = $(RUNBASEDIR) # install location -@@ -1722,7 +1722,7 @@ ifeq ($(YACC),) +@@ -1743,7 +1743,7 @@ ifeq ($(YACC),) endif YACC_FLAGS=-d -b core/cfg # on solaris add -lxnet (e.g. LIBS= -lxnet) |