diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-21 17:12:23 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-21 17:12:23 +0000 |
| commit | b8a971b3f054c85bce9f70ee39dc4cfed8d53d2f (patch) | |
| tree | bc670558a92aa79f9b8bfea7e4537ba8ff8388d0 /textproc/luaexpat | |
| parent | 2293c49abc04bfc671d1b78199a0a196bca0eea5 (diff) | |
Notes
Diffstat (limited to 'textproc/luaexpat')
| -rw-r--r-- | textproc/luaexpat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/luaexpat/Makefile b/textproc/luaexpat/Makefile index 221749abb4ea..b2d532c55442 100644 --- a/textproc/luaexpat/Makefile +++ b/textproc/luaexpat/Makefile @@ -13,8 +13,9 @@ COMMENT= LuaExpat is a SAX XML parser based on the Expat library LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -USES= gmake lua:51 +USES= gmake lua ALL_TARGET= lib +CFLAGS+= -DLUA_INT_LONG CFLAGS+= -fPIC LDFLAGS+= -L${LOCALBASE}/lib |
