Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Jun 2001 13:56:43 +0900
From:      Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
To:        ports@FreeBSD.org, jmz@FreeBSD.org
Subject:   Re: ports/x11/XFree86-4 (XFree86-4.1.0), bulid error
Message-ID:  <20010605135643N.matusita@jp.FreeBSD.org>
In-Reply-To: <20010605024729G.matusita@jp.FreeBSD.org>
References:  <20010605012812Z.matusita@jp.FreeBSD.org> <20010604120006.D66642@bohr.physics.purdue.edu> <20010605024729G.matusita@jp.FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

Here is one thing to note about current scripts/configure script.

matusita> #ifdef i386Architecture
matusita> #define XF86CardDrivers         mga glint nv tga s3virge sis rendition                                 neomagic i740 tdfx savage                                 cirrus tseng trident chips apm                                 GlideDriver fbdev i128                                 ati AgpGartDrivers ark cyrix                                 siliconmotion                                 vesa vga XF86OSCardDrivers XF86ExtraCardDrivers
matusita> #else
matusita> #define XF86CardDrivers         mga glint nv tga s3virge sis rendition                                 neomagic i740 tdfx savage                                 cirrus vmware tseng trident chips apm                                 GlideDriver fbdev i128                                 ati AgpGartDrivers DevelDrivers ark cyrix                                 siliconmotion                                 vesa vga XF86OSCardDrivers XF86ExtraCardDrivers
matusita> #endif

'vmware' driver is required for i386Archtecture case only. 'vmware' is
currently misplaced to the non-i386Archtecture section (see above).

-- -
Makoto `MAR' MATSUSHITA

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010605135643N.matusita>