diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-13 21:59:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-13 21:59:02 +0800 |
commit | 414b1204a1055ac7eb0cf59389179800153cdda7 (patch) | |
tree | 3926bb2fdbc9331cff8ded8f73d1dbb847a12d83 /games | |
parent | 269bff374666fba158404144ca4bfcc68616ce66 (diff) | |
download | freebsd-ports-gnome-414b1204a1055ac7eb0cf59389179800153cdda7.tar.gz freebsd-ports-gnome-414b1204a1055ac7eb0cf59389179800153cdda7.tar.zst freebsd-ports-gnome-414b1204a1055ac7eb0cf59389179800153cdda7.zip |
Fix build on head
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 87d11e62f39b..5910046e73f9 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -16,6 +16,7 @@ USE_BZIP2= yes USE_PYTHON= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} --program-transform-name= MAN6= freeciv-server.6 freeciv-client.6 \ |