#16194: nmap 4.68: upgrade fails (missing include path) ----------------------------------+----------------------------------------- Reporter: vinc17@macports.org | Owner: opendarwin.org@darkart.com Type: defect | Status: reopened Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: nmap build ----------------------------------+----------------------------------------- Comment (by vinc17@macports.org): nselib-bin/Makefile.in contains {{{ $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) @LUAINCLUDE@ $(CFLAGS) -c bit.c }}} and I suppose that @LUAINCLUDE@ should be replaced by a -I flag to the liblua directory provided by nmap, but it is replaced by nothing. Indeed nselib-bin/Makefile contains: {{{ $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CFLAGS) -c bit.c }}} -- Ticket URL: <http://trac.macports.org/ticket/16194#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS