mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Do not build and the DRI kernel modules in -current. Sources of drm modules
have to be modified for SMPng systems.
This commit is contained in:
parent
27e1be6078
commit
0874decb8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41257
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= XFree86
|
||||
PORTVERSION= 4.0.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XFREE}
|
||||
MASTER_SITE_SUBDIR= 4.0.2
|
||||
|
6
x11/XFree86-4/scripts/configure
vendored
6
x11/XFree86-4/scripts/configure
vendored
@ -220,8 +220,10 @@ yesno YES "Do you want to compile with PAM support?"
|
||||
echo "#define HasPam $answ" >> $F
|
||||
|
||||
echo "#define InstallXserverSetUID NO " >> $F
|
||||
echo "#define BuildXF86DRI YES" >> $F
|
||||
echo "#define BuildXF86DRM YES" >> $F
|
||||
if [ $OSVERSION -lt 500013 ]; then
|
||||
echo "#define BuildXF86DRI YES" >> $F
|
||||
echo "#define BuildXF86DRM YES" >> $F
|
||||
fi
|
||||
}
|
||||
|
||||
configure
|
||||
|
Loading…
Reference in New Issue
Block a user