1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/lang/lua53
Ian Lepore fd3652ee1a Fix CFLAGS handling in lua53 patches.
The ?= assignment of CFLAGS (not present in earlier lua5x patches) results
in MYCFLAGS, passed from the port makefile, never getting assigned to CFLAGS
during the lua build. The result is a copy of lua that has none of the posix
support functions in it.

CFLAGS set in the outer environment by the user or make.conf get passed in
via the MYCFLAGS mechanism, so remove the -O2 and let the outer environment
control optimization level.

Approved by:	mat(mentor)
Differential Revision:	https://reviews.freebsd.org/D5256
2016-02-19 22:55:18 +00:00
..
files Fix CFLAGS handling in lua53 patches. 2016-02-19 22:55:18 +00:00
distinfo Upgrade to 5.3.2. 2015-12-09 13:20:32 +00:00
Makefile Upgrade to 5.3.2. 2015-12-09 13:20:32 +00:00
pkg-descr
pkg-plist