diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-30 22:49:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-30 22:49:27 +0000 |
commit | 5fb5a61084e20136852babb7040d93463a07025a (patch) | |
tree | a99e6d9a40b132cf91f9fb47da9cf14a5a9143e0 /lang/lua52 | |
parent | a0da2b48f49eb5ddaa75cb38ba4a4ab8702a2bae (diff) |
Fix building with readline from ports
Notes
Notes:
svn path=/head/; revision=359938
Diffstat (limited to 'lang/lua52')
-rw-r--r-- | lang/lua52/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/lua52/Makefile b/lang/lua52/Makefile index 8aa34b79f77a..73c1821589f0 100644 --- a/lang/lua52/Makefile +++ b/lang/lua52/Makefile @@ -28,7 +28,7 @@ MAKE_ARGS= __MAKE_CONF=${NONEXISTENT} # so that applications need not second-guess lua's dependencies. LDFLAGS+= -lm -pthread BUILD_WRKSRC= ${WRKSRC}/src -MAKE_ARGS+= MYCFLAGS="${CFLAGS} -DLUA_USE_LINUX" \ +MAKE_ARGS+= MYCFLAGS="${CFLAGS} ${CPPFLAGS} -DLUA_USE_LINUX" \ MYLDFLAGS="${LDFLAGS} -Wl,-E -lreadline" \ CC="${CC}" \ LUA_T=lua52 \ |