mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Fix missing symbol with SiS driver.
PR: ports/69790 Submitted by: Andreas Kohn (andreas AT syndrom23.de) Approved by: anholt (mentor)
This commit is contained in:
parent
832fe3dcd8
commit
4e26b6c5f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117713
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= Server
|
||||
PORTVERSION= 4.4.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-servers
|
||||
MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \
|
||||
${MASTER_SITE_LOCAL:S/$/:local/}
|
||||
|
@ -0,0 +1,28 @@
|
||||
--- programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmCompat.c.orig Tue Aug 24 17:38:16 2004
|
||||
+++ programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmCompat.c Tue Aug 24 17:39:32 2004
|
||||
@@ -77,8 +77,8 @@
|
||||
#include "mga_drm.h"
|
||||
#include "r128_drm.h"
|
||||
#include "radeon_drm.h"
|
||||
-#ifndef __FreeBSD__
|
||||
#include "sis_drm.h"
|
||||
+#ifndef __FreeBSD__
|
||||
#include "i810_drm.h"
|
||||
#include "i830_drm.h"
|
||||
#endif
|
||||
@@ -1012,7 +1012,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
-#ifndef __FreeBSD__
|
||||
/* SiS */
|
||||
|
||||
Bool drmSiSAgpInit(int driSubFD, int offset, int size)
|
||||
@@ -1026,6 +1025,7 @@
|
||||
return 1; /* TRUE */
|
||||
}
|
||||
|
||||
+#ifndef __FreeBSD__
|
||||
/* I830 */
|
||||
|
||||
Bool drmI830CleanupDma(int driSubFD)
|
Loading…
Reference in New Issue
Block a user