svn commit: r390258 - head/textproc/luaexpat

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 21 17:12:24 UTC 2015


Author: sunpoet
Date: Sun Jun 21 17:12:23 2015
New Revision: 390258
URL: https://svnweb.freebsd.org/changeset/ports/390258

Log:
  - Allow build with lua52 and lua53
  
  PR:		200405
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 4 weeks)

Modified:
  head/textproc/luaexpat/Makefile

Modified: head/textproc/luaexpat/Makefile
==============================================================================
--- head/textproc/luaexpat/Makefile	Sun Jun 21 16:42:03 2015	(r390257)
+++ head/textproc/luaexpat/Makefile	Sun Jun 21 17:12:23 2015	(r390258)
@@ -13,8 +13,9 @@ COMMENT=	LuaExpat is a SAX XML parser ba
 
 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


More information about the svn-ports-all mailing list