Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2013 20:44:04 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320638 - head/math/xgobi
Message-ID:  <201306112044.r5BKi4Ks086900@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Tue Jun 11 20:44:04 2013
New Revision: 320638
URL: http://svnweb.freebsd.org/changeset/ports/320638

Log:
  Fix build with clang (CFLAGS+=-Wno-return-type).

Modified:
  head/math/xgobi/Makefile

Modified: head/math/xgobi/Makefile
==============================================================================
--- head/math/xgobi/Makefile	Tue Jun 11 20:40:14 2013	(r320637)
+++ head/math/xgobi/Makefile	Tue Jun 11 20:44:04 2013	(r320638)
@@ -17,6 +17,7 @@ NO_CDROM=	Restrictive copyright (do not 
 PATCH_WRKSRC=	${WRKDIR}/${PORTNAME}/src
 CONFIGURE_WRKSRC=	${PATCH_WRKSRC}
 BUILD_WRKSRC=	${PATCH_WRKSRC}
+CFLAGS+=	-Wno-return-type
 
 USE_IMAKE=	true
 USE_XORG=	xbitmaps xaw



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306112044.r5BKi4Ks086900>