Skip to content

Commit

Permalink
graphics/libglvnd: remove stale powerpc64le workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Aug 3, 2023
1 parent c75c1e9 commit f261e81
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions graphics/libglvnd/Makefile
Expand Up @@ -27,10 +27,7 @@ X11_MESON_ENABLED= x11 glx

.include <bsd.port.options.mk>

.if ${ARCH} == powerpc64le
BUILD_DEPENDS= as:devel/binutils
CFLAGS+= -no-integrated-as
.elif ${ARCH} == powerpc64
.if ${ARCH} == powerpc64
BUILD_DEPENDS= as:devel/binutils
CFLAGS+= -no-integrated-as -O0
.elif ${ARCH} == powerpc || ${ARCH} == riscv64
Expand Down

0 comments on commit f261e81

Please sign in to comment.