From 2eeed7c96b5cc2fc64b55675af559afefabd1aff Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Sat, 10 Sep 2016 07:57:58 +0000 Subject: [PATCH] Push ncurses USES after ssl USES, it has been reported to solve problems when compiling with non base SSL library. PR: 211707 Submitted by: OlivierW --- net/asterisk13/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile index 56c241b1fefe..8b658cb0b8de 100644 --- a/net/asterisk13/Makefile +++ b/net/asterisk13/Makefile @@ -23,8 +23,8 @@ EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64 armv6 -USES= bison cpe gmake iconv libedit localbase ncurses \ - shebangfix sqlite ssl +USES= bison cpe gmake iconv libedit localbase \ + shebangfix sqlite ssl ncurses USE_CSTD= gnu89 USE_GNOME= libxml2 USE_LDCONFIG= yes