Date: Fri, 12 Jan 2018 21:48:52 +0000 (UTC) From: David Thiel <lx@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458877 - head/textproc/luaexpat Message-ID: <201801122148.w0CLmqM7057680@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801122148.w0CLmqM7057680>