diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2012-03-10 11:43:59 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2012-03-10 11:43:59 +0800 |
commit | af40ea5d354a70914eb252c920a2a013a121bc94 (patch) | |
tree | 047751be776c9c71fe2dcec1aeb5d06b0422feb3 /games | |
parent | 3fefadd2b07f3ca4afaa31841d19a837176ea2a4 (diff) | |
download | freebsd-ports-gnome-af40ea5d354a70914eb252c920a2a013a121bc94.tar.gz freebsd-ports-gnome-af40ea5d354a70914eb252c920a2a013a121bc94.tar.zst freebsd-ports-gnome-af40ea5d354a70914eb252c920a2a013a121bc94.zip |
- Prepare for devel/boost update
Feature safe: yes
Diffstat (limited to 'games')
-rw-r--r-- | games/galaxyhack/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/galaxyhack/Makefile b/games/galaxyhack/Makefile index f4950a11e82e..b343dc1fdeae 100644 --- a/games/galaxyhack/Makefile +++ b/games/galaxyhack/Makefile @@ -25,6 +25,8 @@ USE_GMAKE= yes USE_SDL= gfx image mixer sdl WRKSRC= ${WRKDIR}/${PORTNAME}/src +CXXFLAGS+= -DBOOST_FILESYSTEM_VERSION=2 + OPTIONS= FLEETS "Install additional fleets" off \ OPTIMIZED_CFLAGS "Enable compilation optimizations" on |