1
0
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:
Jean-Marc Zucconi 2001-04-11 01:03:55 +00:00
parent 27e1be6078
commit 0874decb8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41257
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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