diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-08-02 10:59:31 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-08-02 10:59:31 +0000 |
commit | fc7f42ff7ac36e2e24f48e92367aca5619318ecf (patch) | |
tree | 58ba67ffd044323a96da968dcfccb466c0a964c0 /japanese/ack | |
parent | d04055801bbc21144e47a9c631e5b80ce15b6cf0 (diff) |
Unbreak with clang (reported by pkg-fallout)
Notes
Notes:
svn path=/head/; revision=324160
Diffstat (limited to 'japanese/ack')
-rw-r--r-- | japanese/ack/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/ack/Makefile b/japanese/ack/Makefile index df5c7c66860c..fb916fbfd201 100644 --- a/japanese/ack/Makefile +++ b/japanese/ack/Makefile @@ -15,6 +15,7 @@ COMMENT= Kanji code converter CONFLICTS_INSTALL= p5-ack-[0-9]* ack-[0-9]* ALL_TARGET= ack +CFLAGS+= -Wno-error=return-type MANLANG= ja MAN1= ack.1 |