aboutsummaryrefslogtreecommitdiffstats
path: root/x11-servers/XFree86-4-Server/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'x11-servers/XFree86-4-Server/scripts')
-rw-r--r--x11-servers/XFree86-4-Server/scripts/configure15
1 files changed, 13 insertions, 2 deletions
diff --git a/x11-servers/XFree86-4-Server/scripts/configure b/x11-servers/XFree86-4-Server/scripts/configure
index 9c1ae0818a6f..5539850adccc 100644
--- a/x11-servers/XFree86-4-Server/scripts/configure
+++ b/x11-servers/XFree86-4-Server/scripts/configure
@@ -26,8 +26,16 @@ configure () {
ExtendedInputDevices=YES
fi
+ # It's good for FreeBSD ports/packages system.
+ echo "#define NothingOutsideProjectRoot YES" >> $LOCALDEF
+
+ # I want to set this line.
+ # but the probrem is too deep. not yet done.
+ # echo "#define InstallXserverSetUID NO" >> $LOCALDEF
+
# disable some configs: there are not used this ports
- for i in BuildFonts \
+ for i in \
+ BuildFonts \
Build75DpiFonts \
Build100DpiFonts \
BuildSpeedoFonts \
@@ -40,12 +48,14 @@ configure () {
XVirtualFramebufferServer \
XprtServer \
LibHeaders \
+ LibInstall \
ForceNormalLib \
XTrueTypeInstallCConvHeaders
do \
echo "#define $i NO" >> $LOCALDEF
done
echo "#define BuildServer YES" >> $LOCALDEF
+ echo "#define LibInstallBuild YES" >> $LOCALDEF
echo "#define XF86Server YES" >> $LOCALDEF
echo "#define BuildServersOnly YES" >> $LOCALDEF
cat >> $LOCALDEF <<END
@@ -53,7 +63,8 @@ configure () {
neomagic i740 tdfx \
cirrus tseng trident chips apm \
GlideDriver fbdev \
- ati r128 vga XF86ExtraCardDrivers
+ ati r128 AgpGartDrivers cyrix \
+ vga XF86OSCardDrivers XF86ExtraCardDrivers
END
if [ $ExtendedInputDevices != "YES" ]; then
echo "#define XInputDrivers mouse" >> $LOCALDEF