pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/asterisk13



Module Name:    pkgsrc
Committed By:   jnemeth
Date:           Sun Jan  3 09:04:07 UTC 2021

Modified Files:
        pkgsrc/comms/asterisk13: Makefile options.mk

Log Message:
Disable -march=native default.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/comms/asterisk13/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/comms/asterisk13/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/asterisk13/Makefile
diff -u pkgsrc/comms/asterisk13/Makefile:1.66 pkgsrc/comms/asterisk13/Makefile:1.67
--- pkgsrc/comms/asterisk13/Makefile:1.66       Sat Jan  2 22:45:43 2021
+++ pkgsrc/comms/asterisk13/Makefile    Sun Jan  3 09:04:06 2021
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.66 2021/01/02 22:45:43 jnemeth Exp $
+# $NetBSD: Makefile,v 1.67 2021/01/03 09:04:06 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-13.38.1
-#PKGREVISION=  28
+PKGREVISION=   1
 CATEGORIES=    comms net audio
 MASTER_SITES=  http://downloads.asterisk.org/pub/telephony/asterisk/
 MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/

Index: pkgsrc/comms/asterisk13/options.mk
diff -u pkgsrc/comms/asterisk13/options.mk:1.4 pkgsrc/comms/asterisk13/options.mk:1.5
--- pkgsrc/comms/asterisk13/options.mk:1.4      Thu May 23 19:22:56 2019
+++ pkgsrc/comms/asterisk13/options.mk  Sun Jan  3 09:04:07 2021
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2019/05/23 19:22:56 rillig Exp $
+# $NetBSD: options.mk,v 1.5 2021/01/03 09:04:07 jnemeth Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.asterisk
 PKG_SUPPORTED_OPTIONS=         zaptel x11 unixodbc ilbc webvmail ldap spandsp
@@ -72,6 +72,7 @@ post-configure:
        ${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