svn commit: r324160 - head/japanese/ack
Antoine Brodin
antoine at FreeBSD.org
Fri Aug 2 10:59:32 UTC 2013
Author: antoine
Date: Fri Aug 2 10:59:31 2013
New Revision: 324160
URL: http://svnweb.freebsd.org/changeset/ports/324160
Log:
Unbreak with clang (reported by pkg-fallout)
Modified:
head/japanese/ack/Makefile
Modified: head/japanese/ack/Makefile
==============================================================================
--- head/japanese/ack/Makefile Fri Aug 2 10:33:26 2013 (r324159)
+++ head/japanese/ack/Makefile Fri Aug 2 10:59:31 2013 (r324160)
@@ -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
More information about the svn-ports-all
mailing list