ports/math/sage/files/ld.in
Stephen Montgomery-Smith 3db5848147 - Fix so that it will build even if C99 functions missing from FreeBSD.
Accomplish this by re-enabling the cephes subpackage, and then putting
  a wrapper around "ld" so that the option --copy-dt-needed-entries is set.
- Bump portrevision.

PR:		198893
Submitted by:	John Marino
2015-03-28 20:00:55 +00:00

3 lines
53 B
Bash

#!/bin/sh
exec %%LD%% --copy-dt-needed-entries "$@"