From 19988855eac3c74c9652c2f0792b4b2d1b3a8b73 Mon Sep 17 00:00:00 2001 From: asami Date: Fri, 25 Aug 2000 10:35:22 +0000 Subject: Update to 4.0.1. Remove libraries from -clients. Try to extract only what each port needs. Other miscellaneous bug fixes. Submitted by: maintainer --- x11-servers/XFree86-4-Server/scripts/configure | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'x11-servers/XFree86-4-Server/scripts') 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 <> $LOCALDEF -- cgit