From owner-svn-ports-all@FreeBSD.ORG Tue Jun 11 20:44:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B74766A9; Tue, 11 Jun 2013 20:44:04 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AA7861C01; Tue, 11 Jun 2013 20:44:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5BKi4PI086901; Tue, 11 Jun 2013 20:44:04 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5BKi4Ks086900; Tue, 11 Jun 2013 20:44:04 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201306112044.r5BKi4Ks086900@svn.freebsd.org> From: Boris Samorodov Date: Tue, 11 Jun 2013 20:44:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320638 - head/math/xgobi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jun 2013 20:44:04 -0000 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