diff options
author | anholt <anholt@FreeBSD.org> | 2003-04-06 16:59:23 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-04-06 16:59:23 +0800 |
commit | c2d9c4b7c6fcfd1c87867a8029a34c3c99f04ebb (patch) | |
tree | b741387d81ec6640e025e2c664532e6330778609 | |
parent | 8f228e9260f2a2f24c1e41075849c7b577084590 (diff) | |
download | freebsd-ports-graphics-c2d9c4b7c6fcfd1c87867a8029a34c3c99f04ebb.tar.gz freebsd-ports-graphics-c2d9c4b7c6fcfd1c87867a8029a34c3c99f04ebb.tar.zst freebsd-ports-graphics-c2d9c4b7c6fcfd1c87867a8029a34c3c99f04ebb.zip |
Followup to last commit: Add missing radeon_cursor.c to the list of patches.
-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 0e6dc001871..f3670646471 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 0e6dc001871..f3670646471 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} \ |