1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/math/singular/files/patch-m4_flags.m4
Thierry Thomas 96d4c5121c - depend on NTL: this is mandatory for SageMath, but if some users want
a lighter package, I set it as an option.

- upgrade to the latest 4.1.3: it builds with 4.1.2 but 4.1.3 is said as
  fixing some errors seen in SageMath.

- since I was here, remove the OPTFLAGS.

PR:		245897
Submitted by:	/me
Approved by:	yuri (maintainer)
2020-04-25 18:06:03 +00:00

12 lines
903 B
Plaintext

--- m4/flags.m4.orig 2020-01-24 09:42:54 UTC
+++ m4/flags.m4
@@ -122,7 +122,7 @@ AC_DEFUN([SING_CHECK_SET_ARGS], [
## for clang: -Wunneeded-internal-declaration
if test "x${ENABLE_OPTIMIZATION}" != xno; then
- OPTFLAGS="-g0 -O3 -Wno-unused-function -Wno-trigraphs -Wno-unused-parameter -Wunknown-pragmas -Wno-unused-variable -fomit-frame-pointer -fwrapv -fvisibility=default -finline-functions -fno-exceptions -fno-threadsafe-statics -fno-enforce-eh-specs -fconserve-space -funroll-loops -fno-delete-null-pointer-checks"
+ OPTFLAGS="-Wno-unused-function -Wno-trigraphs -Wno-unused-parameter -Wunknown-pragmas -Wno-unused-variable -fomit-frame-pointer -fwrapv -fvisibility=default -finline-functions -fno-exceptions -fno-threadsafe-statics -fno-enforce-eh-specs -fconserve-space -funroll-loops -fno-delete-null-pointer-checks"
# -O3 - crashes gcc???!!!
# -fpermissive
AC_LANG_PUSH([C])