From fa834a1c51622f7d57019f387350a64b36bf8611 Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Tue, 20 Jun 2017 14:41:06 +0000 Subject: MFH: r443951 - Fix user provided menuselect support - Make it work also when SYSINFO option is turned on Approved by: ports-secteam (feld) --- net/asterisk13/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile index a24447845179..209e9f9c8ca0 100644 --- a/net/asterisk13/Makefile +++ b/net/asterisk13/Makefile @@ -249,6 +249,9 @@ post-extract-G729-on: post-patch: @${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/samples/musiconhold.conf.sample +.if exists(${FILESDIR}/.asterisk.makeopts) + ${CP} ${FILESDIR}/.asterisk.makeopts ${WRKSRC}/menuselect.makeopts +.endif post-patch-SYSINFO-on: @${REINPLACE_CMD} -e 's/%%LIBSYSINFO%%/-lsysinfo/' ${WRKSRC}/main/Makefile @@ -256,9 +259,6 @@ post-patch-SYSINFO-on: post-patch-SYSINFO-off: @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile -.if exists(${FILESDIR}/.asterisk.makeopts) - ${CP} ${USER_MAKEOPTS_FILE} ${WRKSRC}/menuselect.makeopts -.endif post-configure: @cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts -- cgit v1.2.3