svn commit: r385839 - head/games/ember
Jung-uk Kim
jkim at FreeBSD.org
Fri May 8 21:42:47 UTC 2015
Author: jkim
Date: Fri May 8 21:42:46 2015
New Revision: 385839
URL: https://svnweb.freebsd.org/changeset/ports/385839
Log:
Fix build on 10.x and later.
Modified:
head/games/ember/Makefile
Modified: head/games/ember/Makefile
==============================================================================
--- head/games/ember/Makefile Fri May 8 21:42:12 2015 (r385838)
+++ head/games/ember/Makefile Fri May 8 21:42:46 2015 (r385839)
@@ -27,7 +27,7 @@ LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/
CONFIGURE_ARGS= --with-png-prefix=${LOCALBASE} --enable-binreloc \
--program-transform-name= --disable-cppunit --disable-debug \
- --with-toluaxx=${TOLUAXX_CMD}
+ --with-boost=${LOCALBASE} --with-toluaxx=${TOLUAXX_CMD}
CONFIGURE_ENV+= LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}" \
LUA_CFLAGS="-I${LUA_INCDIR}" \
TOLUAXX="${TOLUAXX_CMD}"
More information about the svn-ports-all
mailing list