From abead9670b7e39dc09259695c79cbf0eb35102c1 Mon Sep 17 00:00:00 2001 From: bsam Date: Tue, 11 Jun 2013 16:15:53 +0000 Subject: Fix build with clang (CPPFLAGS+=-Wno-return-type). --- games/xpilot-ng-server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/xpilot-ng-server/Makefile b/games/xpilot-ng-server/Makefile index a717051c1ee2..27e8653cc316 100644 --- a/games/xpilot-ng-server/Makefile +++ b/games/xpilot-ng-server/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 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="" -- cgit