diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-04-06 08:59:23 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-04-06 08:59:23 +0000 |
commit | 0522640d1b30ddc4dd9375bf1b04ed41593e1f90 (patch) | |
tree | 95133fcfcd0025e0d6293bf69d0ff4e4d6c5719e /x11-servers | |
parent | d42a8c1c29512cbf957541a784d600155fcd0436 (diff) | |
download | ports-0522640d1b30ddc4dd9375bf1b04ed41593e1f90.tar.gz ports-0522640d1b30ddc4dd9375bf1b04ed41593e1f90.zip |
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')
-rw-r--r-- | x11-servers/XFree86-4-Server-snap/Makefile | 3 | ||||
-rw-r--r-- | x11-servers/XFree86-4-Server/Makefile | 3 |
2 files changed, 4 insertions, 2 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} \ diff --git a/x11-servers/XFree86-4-Server/Makefile b/x11-servers/XFree86-4-Server/Makefile index 0e6dc0018719..f3670646471f 100644 --- a/x11-servers/XFree86-4-Server/Makefile +++ b/x11-servers/XFree86-4-Server/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} \ |