mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 16:50:29 -04:00
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
3 lines
53 B
Bash
3 lines
53 B
Bash
#!/bin/sh
|
|
|
|
exec %%LD%% --copy-dt-needed-entries "$@"
|