1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix patching stage in XFree86-4-Server-snap by using patch-xfree86.cf in this

port instead of from XFree86-4-libraries.  The new chunk to the patch in
XFree86-4-libraries is already merged in to CVS.

Approved by:	portmgr (kris)
This commit is contained in:
Eric Anholt 2003-11-29 22:34:32 +00:00
parent 94ddbfca3d
commit c3e2da8a8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94825
2 changed files with 12 additions and 1 deletions

View File

@ -28,7 +28,7 @@ PATCHDIR= ${MASTERDIR}/files
patch-c2 patch-dri-Imakefile \
patch-f patch-imake.c \
patch-texteroids patch-xditview-Imakefile patch-xdm \
patch-xdm_session.c patch-xf86.tmpl patch-xfree86.cf \
patch-xdm_session.c patch-xf86.tmpl \
patch-xterm-Imakefile patch-z05 patch-z14 \
patch-z15 patch-z30 patch-z32 patch-z34 patch-z35 \
patch-z41 patch-z44 patch-z45

View File

@ -0,0 +1,11 @@
--- config/cf/xfree86.cf.orig Sat Nov 1 20:38:05 2003
+++ config/cf/xfree86.cf Fri Nov 21 11:33:46 2003
@@ -1748,6 +1748,8 @@
#ifndef XFree86ConsoleDefines
# if defined(i386BsdArchitecture) || defined(AlphaBsdArchitecture)
# define XFree86ConsoleDefines -DPCCONS_SUPPORT -DSYSCONS_SUPPORT -DPCVT_SUPPORT
+# elif defined(FreeBSDArchitecture)
+# define XFree86ConsoleDefines -DSYSCONS_SUPPORT
# else
# define XFree86ConsoleDefines /**/
# endif