diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-02-15 10:09:04 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-02-15 10:09:04 +0000 |
commit | 719f09fbfeabba82ba471afb004d08d8093ceee5 (patch) | |
tree | d1d046cbbc11fa9fbd641575b57d550600f9cd78 /lang/gnu-apl | |
parent | mail/postfix-current: Update to 3.8-20230213 (diff) |
Try to quickly unbreak two of my ports against Clang 15
Reported by: pkg-fallout
Diffstat (limited to 'lang/gnu-apl')
-rw-r--r-- | lang/gnu-apl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gnu-apl/Makefile b/lang/gnu-apl/Makefile index 38a5373eacf0..4b2691406369 100644 --- a/lang/gnu-apl/Makefile +++ b/lang/gnu-apl/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 USES= compiler:c++11-lang gmake libtool localbase GNU_CONFIGURE= yes +CONFIGURE_ENV= CXX_WERROR=no USE_LDCONFIG= yes INSTALL_TARGET= install-strip |