diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-08-18 21:59:25 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-08-18 21:59:25 +0000 |
commit | 37ee8442675405a66dfe992dee31ef02503de2cf (patch) | |
tree | 24b40b83f04d06da7007ab4ad09b891f2d7ef78c /x11-drivers/xf86-video-amdgpu | |
parent | f49807023dd62994553672acea224c92da8d699d (diff) | |
download | ports-37ee8442675405a66dfe992dee31ef02503de2cf.tar.gz ports-37ee8442675405a66dfe992dee31ef02503de2cf.zip |
x11/drivers/xf86-video-amdgpu: Fix -fno-common
Pull in a patch from upstream to fix the build of xf86-video-amdgpu with
-fno-common, which is the default with llvm 11.
MFH: 2020Q3
Notes
Notes:
svn path=/head/; revision=545260
Diffstat (limited to 'x11-drivers/xf86-video-amdgpu')
-rw-r--r-- | x11-drivers/xf86-video-amdgpu/Makefile | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-video-amdgpu/distinfo | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/Makefile b/x11-drivers/xf86-video-amdgpu/Makefile index 424b53f77018..e777c3738b7f 100644 --- a/x11-drivers/xf86-video-amdgpu/Makefile +++ b/x11-drivers/xf86-video-amdgpu/Makefile @@ -10,6 +10,9 @@ CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org amdgpu display driver +PATCH_SITES= https://gitlab.freedesktop.org/xorg/driver/${PORTNAME}/commit/ +PATCHFILES+= edcbe5f52ddfceee3d66d69bbcebbceac06b6d0d.diff:-p1 + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-drivers/xf86-video-amdgpu/distinfo b/x11-drivers/xf86-video-amdgpu/distinfo index 87f3bf2f4a85..f4205508429d 100644 --- a/x11-drivers/xf86-video-amdgpu/distinfo +++ b/x11-drivers/xf86-video-amdgpu/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1571519600 +TIMESTAMP = 1597786182 SHA256 (xorg/driver/xf86-video-amdgpu-19.1.0.tar.bz2) = 4f0ea4e0ae61995ac2b7c72433d31deab63b60c78763020aaa1b28696124fe5d SIZE (xorg/driver/xf86-video-amdgpu-19.1.0.tar.bz2) = 441746 +SHA256 (xorg/driver/edcbe5f52ddfceee3d66d69bbcebbceac06b6d0d.diff) = 5910c44a2a4c47d01727d1afe4dc43bad012da027b41fa76ca6d9f0a275dabbd +SIZE (xorg/driver/edcbe5f52ddfceee3d66d69bbcebbceac06b6d0d.diff) = 455 |