#46880: Let different versions of lua coexist in an uniform way. ---------------------------+-------------------------------- Reporter: yszhou4tech@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: | Port: lua lua50 lua51 ---------------------------+-------------------------------- Hi, I noticed that header files of `lua5.1` was installed to `/opt/local/include/lua-5.1`, while that of both `lua5.0` and `lua5.2` were supposed to be installed into `/opt/loca/include/`. I think that each of them installed into its own subdirectory within `/opt/local/include` with appropriate pkg-config definition should be more preferable. That way, those packages depending on `lua5.1` can have `-I/opt/local/include` and `-I/opt/local/lua5.1` in their `CPPFLAGS` without having to worry about the order of presence. -- Ticket URL: <https://trac.macports.org/ticket/46880> MacPorts <https://www.macports.org/> Ports system for OS X