Skip to content

Commit

Permalink
graphics/mesa: Drop check for ld and lld
Browse files Browse the repository at this point in the history
We stopped shipping bfd.ld a long time ago so we can drop this.

No functional changes intented.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
  • Loading branch information
evadot committed Jun 19, 2024
1 parent a469f13 commit c2f3b7d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions graphics/mesa-dri/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ LIB_DEPENDS+= libdrm.so:graphics/libdrm \
USES+= compiler:c++11-lib bison meson pathfix pkgconfig \
python:build shebangfix tar:xz

.if ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld
# --build-id isn't supported by old GNU ld.bfd in base
# Also ld.bfd have problems that seems related to --as-needed
USE_BINUTILS= yes
LDFLAGS+= -B${LOCALBASE}/bin
.endif

# only have one port to check with portscout.
.if ${PORTNAME} != mesa-dri
PORTSCOUT= ignore:1
Expand Down

0 comments on commit c2f3b7d

Please sign in to comment.