mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
Use Clang's native linker instead of bfd to avoid build failure Approved by: portmgr (blanket, build fix)
11 lines
381 B
Text
11 lines
381 B
Text
--- ruby/GNUmakefile.orig 2023-12-26 07:36:47 UTC
|
|
+++ ruby/GNUmakefile
|
|
@@ -65,7 +65,7 @@ ifeq ($(platform),bsd)
|
|
|
|
ifeq ($(platform),bsd)
|
|
ruby.options += -lX11 -lXext -lXrandr
|
|
- ruby.options += $(if $(findstring audio.openal,$(ruby)),-lopenal -fuse-ld=bfd)
|
|
+ ruby.options += $(if $(findstring audio.openal,$(ruby)),-lopenal)
|
|
# -fuse-ld=bfd: see FreeBSD bug 219089
|
|
endif
|
|
|