diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-19 17:29:42 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-19 17:30:39 +0000 |
commit | aa1dc60af810d7ccd0f7f5371916ca0b3abd1efa (patch) | |
tree | 42976fd151a3ffb8fefb1551dd64269c8c4280b3 | |
parent | 1b232017e92e08c2fa8090a10c04e1d340a426d8 (diff) |
-rw-r--r-- | math/rubygem-rb-gsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/rubygem-rb-gsl/Makefile b/math/rubygem-rb-gsl/Makefile index 2eb3167a140b..42139435c5ab 100644 --- a/math/rubygem-rb-gsl/Makefile +++ b/math/rubygem-rb-gsl/Makefile @@ -19,7 +19,7 @@ USES= gem .include <bsd.port.options.mk> .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) -CONFIGURE_ARGS+= --with-cflags="-Wno-error=int-conversion" +CONFIGURE_ARGS+= --with-cflags="-Wno-error=int-conversion -Wno-error=incompatible-function-pointer-types" .endif .include <bsd.port.mk> |