aboutsummaryrefslogtreecommitdiff
path: root/xorg/xf86-video-intel
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-04-18 21:24:45 +0300
committerCem Keylan <cem@ckyln.com>2020-04-18 21:24:45 +0300
commita3fa1dca5613199c66c49053c30b822660fe4f1d (patch)
tree7167cdd390344acc14b4c5e568408672cd0d8585 /xorg/xf86-video-intel
parentc4f60e561e9a486f442890954642d9a1e2f5f4ce (diff)
downloadrepository-a3fa1dca5613199c66c49053c30b822660fe4f1d.tar.gz
xf86-video-intel: fixes
Diffstat (limited to 'xorg/xf86-video-intel')
-rwxr-xr-xxorg/xf86-video-intel/build5
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xf86-video-intel/build b/xorg/xf86-video-intel/build
index d464b6e5..f1902fb9 100755
--- a/xorg/xf86-video-intel/build
+++ b/xorg/xf86-video-intel/build
@@ -1,11 +1,12 @@
#!/bin/sh -e
export DESTDIR="$1"
-export LDFLAGS="-Wl,-z,lazy"
+export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
+export CFLAGS="$CFLAGS -fcommon"
meson \
--prefix=/usr \
- --libexecdir=/usr/libexec \
+ --libexecdir=/usr/lib \
-Ddefault-dri=3 \
-Dxvmc=false \
-Dvalgrind=false \