Subject: CVS commit: pkgsrc/sysutils/amanda-common
From: Nia Alarie
Date: 2023-04-15 00:58:24
Message id: 20230414225824.8510FFA85@cvs.NetBSD.org

Log Message:
amanda-common: Configure fixes

The configure script creates massive amounts of spam when using NetBSD's
sh due to the non-standard test(1) args.

For some reason, the test for compiler flag -msse4.2 is failing, even
though it's present in the cc -v --help output (is cwrappers doing
something strange?). For now, commit a workaround. The package is actually
doing runtime detection of SSE4.2 properly, but expects compiler support
for -msse4.2 to be provided on x86.

PR 57130

Files:
RevisionActionfile
1.46modifypkgsrc/sysutils/amanda-common/Makefile.common
1.26modifypkgsrc/sysutils/amanda-common/distinfo
1.1addpkgsrc/sysutils/amanda-common/patches/patch-config_amanda_libs.m4