svn commit: r320703 - head/japanese/kterm

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 12 16:08:37 UTC 2013


Author: bapt
Date: Wed Jun 12 16:08:37 2013
New Revision: 320703
URL: http://svnweb.freebsd.org/changeset/ports/320703

Log:
  Fix build with clang

Modified:
  head/japanese/kterm/Makefile

Modified: head/japanese/kterm/Makefile
==============================================================================
--- head/japanese/kterm/Makefile	Wed Jun 12 16:07:21 2013	(r320702)
+++ head/japanese/kterm/Makefile	Wed Jun 12 16:08:37 2013	(r320703)
@@ -38,6 +38,7 @@ BUILD_DEPENDS=	nkf:${PORTSDIR}/japanese/
 
 USE_IMAKE=	yes
 USE_XORG=	xaw
+CFLAGS+=	-Wno-return-type
 
 MAN1=		kterm.1
 MANLANG=	"" ja


More information about the svn-ports-all mailing list