diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2024-06-15 18:44:12 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2024-07-01 20:27:23 +0000 |
| commit | 19d68720f1dac6176557ffa8d9c1684c4cf22608 (patch) | |
| tree | 0df1bf503e59370bcb01f06f7f8ba1e1cf742c0f /java/eclipse | |
| parent | 68120d81a4b3c733a8b3602727037f85d31cf148 (diff) | |
Diffstat (limited to 'java/eclipse')
| -rw-r--r-- | java/eclipse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index fd276415a85e..2f314aaf89ab 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -75,7 +75,7 @@ ECLIPSE_RESULT= eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.rep .include <bsd.port.pre.mk> -.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 150 +.if ${COMPILER_TYPE} == clang CFLAGS+= -Wno-deprecated-non-prototype .endif |
