diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-12 00:15:53 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-12 00:15:53 +0800 |
commit | abead9670b7e39dc09259695c79cbf0eb35102c1 (patch) | |
tree | 754510c0292e784ea7cc40899181ef0462f39bc7 /games | |
parent | e39387f2a53344da37633907611e97890ace73a7 (diff) | |
download | freebsd-ports-gnome-abead9670b7e39dc09259695c79cbf0eb35102c1.tar.gz freebsd-ports-gnome-abead9670b7e39dc09259695c79cbf0eb35102c1.tar.zst freebsd-ports-gnome-abead9670b7e39dc09259695c79cbf0eb35102c1.zip |
Fix build with clang (CPPFLAGS+=-Wno-return-type).
Diffstat (limited to 'games')
-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="" |