aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2017-02-12 05:23:04 +0800
committerbapt <bapt@FreeBSD.org>2017-02-12 05:23:04 +0800
commitb46b9379f52fc11994a4701da39fd58a4ced496a (patch)
tree7aac0d809db5d77317e6996a142d4aeade521a08 /java
parent5988f07330fc8566af8b46a0f94fcd1e3b5b2b30 (diff)
downloadfreebsd-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/Makefile4
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