openbsd-ports/lang/sbcl
jca 15693d6b7f Fix passing --export-dynamic to ld(1) with clang
Use either -rdynamic or -Wl,--export-dynamic so that both clang and gcc
do the right thing.  sbcl and squeak did not seem affected, gnaughty was
probably broken since it uses libglade that kinda requires this ld(1)
flag.

Typical warning in logs:

  paths/lang/squeak/vm.log:4328:cc: warning: argument unused during compilation: '-e xport-dynamic' [-Wunused-command-line-argument]
2017-12-25 07:04:45 +00:00
..
patches Fix passing --export-dynamic to ld(1) with clang 2017-12-25 07:04:45 +00:00
pkg
distinfo
Makefile Fix passing --export-dynamic to ld(1) with clang 2017-12-25 07:04:45 +00:00