pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/asterisk14 Disable -march=native default.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3beba3ffd6e
branches:  trunk
changeset: 444147:f3beba3ffd6e
user:      jnemeth <jnemeth%pkgsrc.org@localhost>
date:      Sun Jan 03 09:05:26 2021 +0000

description:
Disable -march=native default.

diffstat:

 comms/asterisk14/Makefile   |  4 ++--
 comms/asterisk14/options.mk |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 02f6f4000e24 -r f3beba3ffd6e comms/asterisk14/Makefile
--- a/comms/asterisk14/Makefile Sun Jan 03 09:04:14 2021 +0000
+++ b/comms/asterisk14/Makefile Sun Jan 03 09:05:26 2021 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.50 2020/11/05 09:07:38 ryoon Exp $
+# $NetBSD: Makefile,v 1.51 2021/01/03 09:05:26 jnemeth Exp $
 #
 # NOTE: when updating this package, there are two places that sound
 #       tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
 #       to find out the current sound file versions
 
 DISTNAME=      asterisk-14.7.8
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    comms net audio
 MASTER_SITES=  http://downloads.asterisk.org/pub/telephony/asterisk/
 MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
diff -r 02f6f4000e24 -r f3beba3ffd6e comms/asterisk14/options.mk
--- a/comms/asterisk14/options.mk       Sun Jan 03 09:04:14 2021 +0000
+++ b/comms/asterisk14/options.mk       Sun Jan 03 09:05:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2019/05/23 19:22:56 rillig Exp $
+# $NetBSD: options.mk,v 1.4 2021/01/03 09:05:26 jnemeth Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.asterisk
 PKG_SUPPORTED_OPTIONS=         zaptel x11 unixodbc ilbc webvmail ldap spandsp
@@ -72,6 +72,7 @@
        ${ECHO} "MENUSELECT_CHANNELS=-chan_mgcp" >> ${WRKSRC}/pkgsrc.makeopts
 .endif
        ${ECHO} "MENUSELECT_AGIS=agi-test.agi eagi-test eagi-sphinx-test jukebox.agi" >> ${WRKSRC}/pkgsrc.makeopts
+       ${ECHO} "MENUSELECT_CFLAGS=-BUILD_NATIVE" >> ${WRKSRC}/pkgsrc.makeopts
        # this is a hack to work around a bug in menuselect
        cd ${WRKSRC} && make menuselect.makeopts
 



Home | Main Index | Thread Index | Old Index