Unbreak build w/newer Xorg

This commit is contained in:
shattered 2013-07-24 21:15:54 +00:00
parent 40dc91ae22
commit a8b10e439d
3 changed files with 20 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2012/10/23 10:24:04 wiz Exp $
# $NetBSD: Makefile,v 1.6 2013/07/24 21:15:54 shattered Exp $
DISTNAME= xhomer-9-16-06
PKGNAME= xhomer-9.16.06
@ -8,7 +8,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xhomer.isani.org/xhomer/
COMMENT= DEC Pro 350/380 emulator
COMMENT= DEC Professional 350/380 emulator
USE_TOOLS+= gmake

View file

@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.1.1.1 2008/12/06 12:56:27 obache Exp $
$NetBSD: distinfo,v 1.2 2013/07/24 21:15:54 shattered Exp $
SHA1 (xhomer-9-16-06.tgz) = ebb9762b60121dd9caafd973b8161254fb8bb629
RMD160 (xhomer-9-16-06.tgz) = 7d6ed8ec8cd0a1b43ed9a87f2835fe53efee73ae
Size (xhomer-9-16-06.tgz) = 318277 bytes
SHA1 (patch-aa) = a765656930ca2748766d27bc15008b9d5d49b5e5
SHA1 (patch-ab) = e1684a6c239c33e693d771d23001cc0a48bcdd93

View file

@ -0,0 +1,16 @@
$NetBSD: patch-ab,v 1.1 2013/07/24 21:15:54 shattered Exp $
--- term_x11.c.orig 2003-12-13 16:06:36.000000000 +0000
+++ term_x11.c
@@ -61,9 +61,9 @@
#include <sys/shm.h>
#endif
#ifdef DGA
-#include <X11/extensions/xf86dga.h>
+#include <X11/extensions/Xxf86dga.h>
#ifndef DGA2
-#include <X11/extensions/xf86vmode.h>
+#include <X11/extensions/Xxf86vmode.h>
#endif
#include <unistd.h>
#endif