[MacPorts] #27726: libcudd should be updated to 2.5.0
MacPorts
noreply at macports.org
Wed Oct 1 18:07:48 PDT 2014
#27726: libcudd should be updated to 2.5.0
---------------------------+----------------------
Reporter: ryandesign@… | Owner: larryv@…
Type: update | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: haspatch
Port: libcudd |
---------------------------+----------------------
Comment (by ryandesign@…):
I still object to patching the Makefile to set `SIZEOF_anything`. Instead,
do that in a header that everything else includes. Set the values based on
`__LP64__`. Off the top of my head (i.e. untested):
{{{
#if __LP64__
# define SIZEOF_LONG 8
# define SIZEOF_VOID_P 8
#else
# define SIZEOF_LONG 4
# define SIZEOF_VOID_P 4
#endif
}}}
--
Ticket URL: <https://trac.macports.org/ticket/27726#comment:24>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list