pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/comms/asterisk16
Module Name: pkgsrc
Committed By: joerg
Date: Thu Sep 28 21:29:25 UTC 2023
Modified Files:
pkgsrc/comms/asterisk16: Makefile
Log Message:
Don't create CPU-specific binaries by default, it makes packages
non-portable.
XXX Check other asterisk packages for the same issue.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/comms/asterisk16/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/comms/asterisk16/Makefile
diff -u pkgsrc/comms/asterisk16/Makefile:1.99 pkgsrc/comms/asterisk16/Makefile:1.100
--- pkgsrc/comms/asterisk16/Makefile:1.99 Mon Aug 14 05:23:56 2023
+++ pkgsrc/comms/asterisk16/Makefile Thu Sep 28 21:29:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2023/08/14 05:23:56 wiz Exp $
+# $NetBSD: Makefile,v 1.100 2023/09/28 21:29:25 joerg Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -118,6 +118,7 @@ MAKE_FLAGS+= DEBUG=
.if !empty(MACHINE_PLATFORM:MSunOS-*-i386)
BUILDLINK_TRANSFORM+= rm:-march=i386
.endif
+BUILDLINK_TRANSFORM+= rm:-march=native
PLIST_VARS+= kqueue
.if defined(OPSYS_HAS_KQUEUE)
Home |
Main Index |
Thread Index |
Old Index