Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2013 16:15:54 +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: r320609 - head/games/xpilot-ng-server
Message-ID:  <201306111615.r5BGFs5C000132@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Tue Jun 11 16:15:53 2013
New Revision: 320609
URL: http://svnweb.freebsd.org/changeset/ports/320609

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

Modified:
  head/games/xpilot-ng-server/Makefile

Modified: head/games/xpilot-ng-server/Makefile
==============================================================================
--- head/games/xpilot-ng-server/Makefile	Tue Jun 11 16:07:25 2013	(r320608)
+++ head/games/xpilot-ng-server/Makefile	Tue Jun 11 16:15:53 2013	(r320609)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	expat:${PORTSDIR}/textproc/
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include
+CPPFLAGS+=	-I${LOCALBASE}/include -Wno-return-type
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 CONFIGURE_ARGS=	--program-prefix=""



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