svn commit: r327148 - head/games/freeciv

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 13 13:59:03 UTC 2013


Author: bapt
Date: Fri Sep 13 13:59:02 2013
New Revision: 327148
URL: http://svnweb.freebsd.org/changeset/ports/327148

Log:
  Fix build on head

Modified:
  head/games/freeciv/Makefile

Modified: head/games/freeciv/Makefile
==============================================================================
--- head/games/freeciv/Makefile	Fri Sep 13 13:35:24 2013	(r327147)
+++ head/games/freeciv/Makefile	Fri Sep 13 13:59:02 2013	(r327148)
@@ -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 \


More information about the svn-ports-all mailing list