summaryrefslogtreecommitdiff
path: root/x11-servers/XFree86-4-Server-snap/Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-04-06 08:59:23 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-04-06 08:59:23 +0000
commit0522640d1b30ddc4dd9375bf1b04ed41593e1f90 (patch)
tree95133fcfcd0025e0d6293bf69d0ff4e4d6c5719e /x11-servers/XFree86-4-Server-snap/Makefile
parent[1] Fix a hang in int10 on starting the server with multiple cards (diff)
Followup to last commit: Add missing radeon_cursor.c to the list of patches.
Notes
Notes: svn path=/head/; revision=78408
Diffstat (limited to 'x11-servers/XFree86-4-Server-snap/Makefile')
-rw-r--r--x11-servers/XFree86-4-Server-snap/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-servers/XFree86-4-Server-snap/Makefile b/x11-servers/XFree86-4-Server-snap/Makefile
index 0e6dc0018719..f3670646471f 100644
--- a/x11-servers/XFree86-4-Server-snap/Makefile
+++ b/x11-servers/XFree86-4-Server-snap/Makefile
@@ -33,7 +33,8 @@ WRKSRC= ${WRKDIR}/xc
PATCHDIR= ${.CURDIR}/../../x11/XFree86-4-libraries/files
.for pf in patch-savage-pci-id patch-alpha_video.c patch-Pci.h patch-radeondri \
patch-r128_driver.c patch-mga_driver.c patch-xkbInit.c patch-radeon_dri.c \
- patch-mga_dri.c patch-nv_driver.c patch-nv_setup.c patch-int10-generic.c
+ patch-mga_dri.c patch-nv_driver.c patch-nv_setup.c patch-int10-generic.c \
+ patch-radeon_cursor.c
EXTRA_PATCHES+= ${FILESDIR}/${pf}
.endfor
SCRIPTS_ENV= OSVERSION=${OSVERSION} \