1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Fix GCC33 issue. Bumped PORTREVISION.

PR:		55957
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
This commit is contained in:
Ernst de Haan 2003-09-25 11:38:02 +00:00
parent 6c215008b1
commit 4f28b280e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89351
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= jlint
PORTVERSION= 2.3
PORTREVISION= 1
CATEGORIES= java
MASTER_SITES= http://artho.com/jlint/ \
http://www.metaverse.nl/~ernst/

View File

@ -0,0 +1,11 @@
--- jlint.cc.orig Mon Aug 25 15:15:32 2003
+++ jlint.cc Mon Aug 25 15:16:24 2003
@@ -37,7 +37,7 @@
message_descriptor msg_table[] = {
#define MSG(category, code, position_dependent, format) \
-{cat_##category, MSG_LOCATION_PREFIX##format, #code, position_dependent, true},
+{cat_##category, MSG_LOCATION_PREFIX format, #code, position_dependent, true},
#include "jlint.msg"
{cat_all}
};