HomeFreeBSD

Unbreak math/parmetis everywhere except FreeBSD 8

Description

Unbreak math/parmetis everywhere except FreeBSD 8

There were two issues with the previous commit.

  • LDFLAGS wsa missing -L argument for libc++
  • The libc++.so file is not actually a library, it's a linker script. Specifying libc++.so in LIB_DEPENDS causes the port to fail when it tries to install libc++ twice since it fails to recognize libc++.so as a library.

This doesn't fix FreeBSD breakage because it seems that it's missing
the C99 math function symbols.

Details

Provenance
marinoAuthored on
Parents
rP369648: Update from 1.7.5 to 1.7.6.
Branches
Unknown
Tags
Unknown

Event Timeline