[PATCH:cf 2/2] Always include xorg.cf for GccAliasingArgs.

Alan Coopersmith alan.coopersmith at oracle.com
Sat Mar 22 14:32:24 PDT 2014


On 03/20/14 05:36 AM, Thomas Klausner wrote:
> (regardless of server support on this plattform)
>
> Signed-off-by: Thomas Klausner <wiz at NetBSD.org>
> ---
>   NetBSD.cf | 11 ++++++-----
>   1 file changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/NetBSD.cf b/NetBSD.cf
> index 7d1afa0..7d9aadd 100644
> --- a/NetBSD.cf
> +++ b/NetBSD.cf
> @@ -596,10 +596,6 @@ InstallManPageAliasesBase(file,destdir,aliases)
>   # define BuildXInputLib          YES
>   #endif
>
> -#if defined(i386Architecture) || defined(Arm32Architecture) || defined(AlphaArchitecture) || defined(PpcArchitecture) || defined(AMD64Architecture)
> -# include <xorg.cf>
> -#endif
> -
>   /*
>    * Definitions for the SUN server on NetBSD/sparc
>    */
> @@ -629,7 +625,6 @@ InstallManPageAliasesBase(file,destdir,aliases)
>   #define BuildXF86VidModeExt	NO
>   #define BuildXF86DGA		NO
>   #define BuildXInputExt		NO
> -#include <xorg.cf>
>   #endif
>
>   /*
> @@ -696,3 +691,9 @@ sed 's/\.[0-9]*$$//'`
>   #define HasDevRandom		YES
>   #define RandomDeviceFile	/dev/urandom
>   #endif
> +
> +/*
> + * Always include xorg.cf for GccAliasingArgs,
> + * regardless of server support on this plattform
> + */
> +#include <xorg.cf>
>

Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

-- 
	-Alan Coopersmith-              alan.coopersmith at oracle.com
	 Oracle Solaris Engineering - http://blogs.oracle.com/alanc


More information about the xorg-devel mailing list