diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-11 16:15:53 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-11 16:15:53 +0000 |
commit | 95dd18291be25fc9407b52c189ed7e0ec6de2fd9 (patch) | |
tree | 754510c0292e784ea7cc40899181ef0462f39bc7 /games/xpilot-ng-server | |
parent | 48ef28da4f0413ba29361a50b9a535565b93bdd1 (diff) |
Notes
Diffstat (limited to 'games/xpilot-ng-server')
-rw-r--r-- | games/xpilot-ng-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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="" |