svn commit: r320609 - head/games/xpilot-ng-server

Boris Samorodov bsam at FreeBSD.org
Tue Jun 11 16:15:54 UTC 2013


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=""


More information about the svn-ports-all mailing list