Re: [MacPorts] #44816: yara @1.7: update to 3.3.0
#44816: yara @1.7: update to 3.3.0 ------------------------+-------------------------- Reporter: jul_bsd@… | Owner: a.schuster@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: haspatch Port: yara | ------------------------+-------------------------- Comment (by a.schuster@…): {{{ In file included from exec.c:34: /opt/local/include/yara.h:39:9: warning: 'LEX_BUF_SIZE' macro redefined #define LEX_BUF_SIZE 1024 ^ }}} It includes yara.h of the already installed version, not the new one in the temporary build directory. Workaround: uninstall the old version first, then build the new one. Or, even better, modify the include search order in the Makefile. In other words,''' -I./libyara/include''' should come first, then''' -I/opt/local/include'''. Unfortunately I have zero knowledge about the Makefile generation process. Help, anyone? Thanks! -- Ticket URL: <https://trac.macports.org/ticket/44816#comment:16> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts