diff options
author | bapt <bapt@FreeBSD.org> | 2017-02-12 05:23:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-02-12 05:23:04 +0800 |
commit | b46b9379f52fc11994a4701da39fd58a4ced496a (patch) | |
tree | 7aac0d809db5d77317e6996a142d4aeade521a08 /java | |
parent | 5988f07330fc8566af8b46a0f94fcd1e3b5b2b30 (diff) | |
download | freebsd-ports-gnome-b46b9379f52fc11994a4701da39fd58a4ced496a.tar.gz freebsd-ports-gnome-b46b9379f52fc11994a4701da39fd58a4ced496a.tar.zst freebsd-ports-gnome-b46b9379f52fc11994a4701da39fd58a4ced496a.zip |
Fix build with libc++ (is_const is already defined by some libc++ headers)
This make the port work without the gcc dependency
Diffstat (limited to 'java')
-rw-r--r-- | java/jlint/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/jlint/Makefile b/java/jlint/Makefile index f30033ca24c7..39c5c48f9350 100644 --- a/java/jlint/Makefile +++ b/java/jlint/Makefile @@ -3,7 +3,7 @@ PORTNAME= jlint PORTVERSION= 3.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= java devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -13,8 +13,6 @@ COMMENT= Java program analyzer and checker LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GCC= yes - PLIST_FILES= bin/jlint \ bin/jlint.sh \ bin/antic |