svn commit: r458877 - head/textproc/luaexpat

David Thiel lx at FreeBSD.org
Fri Jan 12 21:48:53 UTC 2018


Author: lx
Date: Fri Jan 12 21:48:52 2018
New Revision: 458877
URL: https://svnweb.freebsd.org/changeset/ports/458877

Log:
  Correctly unbreak with lua53.
  
  PR:		224644
  Submitted by:	fluffy

Modified:
  head/textproc/luaexpat/Makefile

Modified: head/textproc/luaexpat/Makefile
==============================================================================
--- head/textproc/luaexpat/Makefile	Fri Jan 12 21:44:57 2018	(r458876)
+++ head/textproc/luaexpat/Makefile	Fri Jan 12 21:48:52 2018	(r458877)
@@ -3,7 +3,7 @@
 
 PORTNAME=	luaexpat
 PORTVERSION=	1.3.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	http://matthewwild.co.uk/projects/luaexpat/ \
 				http://redundancy.redundancy.org/mirror/
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libexpat.so:textproc/expat2
 USES?=		lua
 USES+=		gmake
 ALL_TARGET=	lib
-CFLAGS+=	-DLUA_INT_LONG
+CFLAGS+=	-DLUA_32BITS
 
 CFLAGS+=	-fPIC
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list