diff options
author | novel <novel@FreeBSD.org> | 2018-01-17 01:47:09 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2018-01-17 01:47:09 +0800 |
commit | 8a095532086b9f6a69965df255c668bee86dda00 (patch) | |
tree | 540447f0c2b34af6ab2bd3e96504e1ed5bc65604 /x11-drivers/xf86-video-qxl/files/patch-qxl_option_helpers.h | |
parent | f25cee209e1336d78b4b70369017720c88bf470b (diff) | |
download | freebsd-ports-gnome-8a095532086b9f6a69965df255c668bee86dda00.tar.gz freebsd-ports-gnome-8a095532086b9f6a69965df255c668bee86dda00.tar.zst freebsd-ports-gnome-8a095532086b9f6a69965df255c668bee86dda00.zip |
This package contains the X.Org xf86-video-qxl driver.
WWW: https://www.x.org/
PR: 225103
Submitted by: olevole@olevole.ru
Diffstat (limited to 'x11-drivers/xf86-video-qxl/files/patch-qxl_option_helpers.h')
-rw-r--r-- | x11-drivers/xf86-video-qxl/files/patch-qxl_option_helpers.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-qxl/files/patch-qxl_option_helpers.h b/x11-drivers/xf86-video-qxl/files/patch-qxl_option_helpers.h new file mode 100644 index 000000000000..53660f962bff --- /dev/null +++ b/x11-drivers/xf86-video-qxl/files/patch-qxl_option_helpers.h @@ -0,0 +1,11 @@ +--- src/qxl_option_helpers.h.bak 2017-09-12 12:00:11 UTC ++++ src/qxl_option_helpers.h +@@ -1,6 +1,8 @@ + #ifndef OPTION_HELPERS_H + #define OPTION_HELPERS_H + ++#define linux ++ + #include <xf86Crtc.h> + #include <xf86Opt.h> + |