[MacPorts] #44816: yara @1.7: update to 3.3.0
MacPorts
noreply at macports.org
Mon Feb 8 12:14:47 PST 2016
#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
More information about the macports-tickets
mailing list