aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-02-21 00:31:11 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-02-21 00:31:11 +0000
commitf377e31e558d55dc4a25941fb4ca4919b7aee3a3 (patch)
tree39383b4b02ee3ae93a0c1c87f8259a70afd16340
parent7c60f16624be06a178455989e618cc79d1eade6f (diff)
graphics/libglvnd: move binutils dependency to powerpc64* block
While here, remove CXXFLAGS, only CFLAGS is necessary. Reported by: jbeich
-rw-r--r--graphics/libglvnd/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/libglvnd/Makefile b/graphics/libglvnd/Makefile
index a4cac9000e08..f54418205347 100644
--- a/graphics/libglvnd/Makefile
+++ b/graphics/libglvnd/Makefile
@@ -9,8 +9,6 @@ COMMENT= GL Vendor-Neutral Dispatch library
LICENSE= APACHE20 MIT
LICENSE_COMB= multi
-BUILD_DEPENDS= as:devel/binutils
-
USES= compiler:c++11-lib localbase meson pkgconfig
USE_LDCONFIG= yes
@@ -30,8 +28,8 @@ X11_MESON_ENABLED= x11 glx
.include <bsd.port.options.mk>
.if ${ARCH:Mpowerpc64*}
+BUILD_DEPENDS= as:devel/binutils
CFLAGS+= -no-integrated-as
-CXXFLAGS+= -no-integrated-as
.endif
# Lots of software expects gl.pc even when it can build with EGL only