mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Fix XFree86-4-FontServer build on sparc64.
Requested by: kris
This commit is contained in:
parent
a9ee2334a3
commit
a021c16641
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94773
@ -34,7 +34,7 @@ COMMENT= XFree86-4 X server and related programs
|
||||
patch-bus-Imakefile \
|
||||
patch-compiler.h patch-os-support_Imakefile patch-bsd_Imakefile \
|
||||
patch-freebsdPci.c patch-bus_Imakefile patch-xf86Sbus.h patch-loader.c \
|
||||
patch-Sbus.c patch-elfloader.c patch-xfree86.cf patch-FreeBSD.cf \
|
||||
patch-Sbus.c patch-elfloader.c patch-FreeBSD.cf \
|
||||
patch-sunffb_Imakefile patch-xf86sym.c patch-xf86Events.c patch-ftfuncs.c
|
||||
EXTRA_PATCHES+= ${FILESDIR}/${pf}
|
||||
.endfor
|
||||
|
@ -1,5 +1,14 @@
|
||||
--- config/cf/xfree86.cf.orig Tue Mar 4 16:39:46 2003
|
||||
+++ config/cf/xfree86.cf Tue Mar 4 16:39:48 2003
|
||||
--- config/cf/xfree86.cf.orig Wed Feb 26 15:07:59 2003
|
||||
+++ config/cf/xfree86.cf Mon Nov 24 14:44:33 2003
|
||||
@@ -481,7 +481,7 @@
|
||||
|
||||
/* SPARC and UltraSPARC drivers */
|
||||
|
||||
-#if defined(SparcArchitecture) && \
|
||||
+#if (defined(SparcArchitecture) || defined(Sparc64Architecture)) && \
|
||||
!defined(LynxOSArchitecture) && \
|
||||
!defined(NetBSDArchitecture) && \
|
||||
!defined(OpenBSDArchitecture)
|
||||
@@ -1803,6 +1803,8 @@
|
||||
#ifndef XFree86ConsoleDefines
|
||||
# if defined(i386BsdArchitecture) || defined(AlphaBsdArchitecture)
|
||||
|
Loading…
Reference in New Issue
Block a user