aboutsummaryrefslogtreecommitdiff
path: root/mail/roundcube-contextmenu
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-08-01 14:20:22 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-08-01 14:23:13 +0000
commitb8e8a959d729468d50b9399483bc6b6ba47cfac4 (patch)
tree1126fc3f6e05bda6e8d6010a80148b531e865db9 /mail/roundcube-contextmenu
parentc3355cc6623589b95f97709f4a2409468053a625 (diff)
downloadports-b8e8a959d729468d50b9399483bc6b6ba47cfac4.tar.gz
ports-b8e8a959d729468d50b9399483bc6b6ba47cfac4.zip
audio/fossmixer: fix illegal instruction error on some hosts
Previously, configure script was passing certain optimization options by default; now it is protected by --enable-native switch which users have to specify explicitly: -C_FLAGS=$C_FLAGS" -O3 -ffast-math `/bin/sh ./build/opt.sh \"$CC\" -march=native`" +C_FLAGS=$C_FLAGS" -O2" Take one step further and replace -O2 with our default CFLAGS which are essentially the same, but safer (https://blog.regehr.org/archives/1307). We must, however, force -msse2 on i386 for the build to succeed there; other architectures might or might not need similar treatment as well. PR: 257520 Submitted by: maintainer (who is also upstream author)
Diffstat (limited to 'mail/roundcube-contextmenu')
0 files changed, 0 insertions, 0 deletions