Summary: | /usr/ports/lang/lua: bogus gmake dependency | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | lyndon |
Component: | Individual Port(s) | Assignee: | Renato Botelho <garga> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
lyndon
2011-11-04 06:30:10 UTC
Responsible Changed From-To: freebsd-ports-bugs->garga Over to maintainer (via the GNATS Auto Assign Tool) garga 2011-11-04 20:01:16 UTC FreeBSD ports repository Modified files: lang/lua Makefile Log: - Remove gmake as a dependency, it's not necessary PR: ports/162279 Submitted by: Lyndon Nerenberg <lyndon@orthanc.ca> Revision Changes Path 1.46 +0 -1 ports/lang/lua/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Resolved. JFTR: we've had to add MAKE_ARGS= CFLAGS+="${CFLAGS}" to avoid build breakage with CFLAGS=... set in /etc/make.conf (because then the -fPIC got lost somehow). |