Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2014 06:45:03 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355470 - head/devel/luafilesystem
Message-ID:  <201405270645.s4R6j352028778@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue May 27 06:45:02 2014
New Revision: 355470
URL: http://svnweb.freebsd.org/changeset/ports/355470
QAT: https://qat.redports.org/buildarchive/r355470/

Log:
  Fix build with new lua

Modified:
  head/devel/luafilesystem/Makefile

Modified: head/devel/luafilesystem/Makefile
==============================================================================
--- head/devel/luafilesystem/Makefile	Tue May 27 05:50:19 2014	(r355469)
+++ head/devel/luafilesystem/Makefile	Tue May 27 06:45:02 2014	(r355470)
@@ -25,7 +25,7 @@ ALL_TARGET=	lib
 PLIST_FILES=	%%LUA_MODLIBDIR%%/lfs.so
 PORTDOCS=	*
 
-MAKE_ARGS+=	INCS="-I${LOCALBASE}/include/${LUA_SUBDIR}"
+MAKE_ARGS+=	INCS="-I${LUA_INCDIR}"
 
 OPTIONS_DEFINE=	DOCS
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405270645.s4R6j352028778>