mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Add a patch to fix the build when Xinerama is not required.
Problem noticed by: jdp
This commit is contained in:
parent
4b5507e8db
commit
f58a7aa345
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35098
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= XFree86
|
||||
PORTVERSION= 4.0.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XFREE}
|
||||
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
||||
|
10
x11/XFree86-4/files/patch-n
Normal file
10
x11/XFree86-4/files/patch-n
Normal file
@ -0,0 +1,10 @@
|
||||
--- programs/Xserver/hw/xfree86/xf86cfg/vidmode.c.orig Thu May 18 18:30:00 2000
|
||||
+++ programs/Xserver/hw/xfree86/xf86cfg/vidmode.c Mon Nov 13 17:32:10 2000
|
||||
@@ -34,7 +34,6 @@
|
||||
*/
|
||||
|
||||
#include "vidmode.h"
|
||||
-#include <X11/extensions/Xinerama.h>
|
||||
#include <X11/Xaw/Command.h>
|
||||
#include <X11/Xaw/Form.h>
|
||||
#include <X11/Xaw/Label.h>
|
Loading…
Reference in New Issue
Block a user