Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 17:12:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390258 - head/textproc/luaexpat
Message-ID:  <201506211712.t5LHCNsb069055@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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