mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Better fix for INT build failures.
PR: 230179 Submitted by: andrew@tao11.riddles.org.uk
This commit is contained in:
parent
91a2340351
commit
344f8dc85b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475915
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= luaexpat
|
||||
PORTVERSION= 1.3.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://matthewwild.co.uk/projects/luaexpat/ \
|
||||
http://redundancy.redundancy.org/mirror/
|
||||
@ -12,15 +12,17 @@ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
|
||||
MAINTAINER= lx@FreeBSD.org
|
||||
COMMENT= LuaExpat is a SAX XML parser based on the Expat library
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
LIB_DEPENDS= libexpat.so:textproc/expat2
|
||||
|
||||
USES?= lua
|
||||
USES+= gmake
|
||||
ALL_TARGET= lib
|
||||
CFLAGS+= -DLUA_32BITS
|
||||
|
||||
CFLAGS+= -fPIC
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
MAKE_ARGS+= COMMON_CFLAGS="-Wall"
|
||||
MAKE_ENV= LUA_CDIR=${LUA_MODLIBDIR} LUA_LDIR=${LUA_MODSHAREDIR} LUA_INC="-I${LUA_INCDIR}" EXPAT_INC="-I${LOCALBASE}/include"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user