diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-04-17 11:02:45 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-04-17 11:02:45 +0000 |
commit | 14f4762b8929deba643e86400d5aca5bf1f4b1b2 (patch) | |
tree | 7e179c0178e5ab3f84ac364faaad62b562835d4b /graphics/mesa-libs/Makefile | |
parent | 54f81f82919c2c89153c144c80dde31f80e8f6c4 (diff) |
Notes
Diffstat (limited to 'graphics/mesa-libs/Makefile')
-rw-r--r-- | graphics/mesa-libs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/mesa-libs/Makefile b/graphics/mesa-libs/Makefile index 6eb24bc585b4..ff5b0d2ea6ff 100644 --- a/graphics/mesa-libs/Makefile +++ b/graphics/mesa-libs/Makefile @@ -44,6 +44,8 @@ MESA_INSTALL_WRKSRC+= src/egl .if ${ARCH} == "i386" # PR230239 Fix the build for i386 when WITH_LLD_IS_LD is set LDFLAGS+=-Wl,-z,notext +.elif ${ARCH} == "powerpc" +USE_GCC= yes .endif .include "${MASTERDIR}/Makefile.targets" |