aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2017-06-20 14:41:06 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2017-06-20 14:41:06 +0000
commitfa834a1c51622f7d57019f387350a64b36bf8611 (patch)
tree057b6124c55d13df6aba17ca3b6fa32a5daeac49
parentdf353b5681d04609e3757679d08917e300906fe9 (diff)
downloadports-fa834a1c51622f7d57019f387350a64b36bf8611.tar.gz
ports-fa834a1c51622f7d57019f387350a64b36bf8611.zip
MFH: r443951
- Fix user provided menuselect support - Make it work also when SYSINFO option is turned on Approved by: ports-secteam (feld)
Notes
Notes: svn path=/branches/2017Q2/; revision=443979
-rw-r--r--net/asterisk13/Makefile6
1 files 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