1
0
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:
Jean-Marc Zucconi 2000-11-13 18:45:31 +00:00
parent 4b5507e8db
commit f58a7aa345
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35098
2 changed files with 11 additions and 1 deletions

View File

@ -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}

View 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>