diff options
author | Torrey Lyons <torrey@mrcla.com> | 2005-04-01 01:22:07 +0000 |
---|---|---|
committer | Torrey Lyons <torrey@mrcla.com> | 2005-04-01 01:22:07 +0000 |
commit | 05b6787efae95a12604d7da212148fdf571c361b (patch) | |
tree | 2ef5168e2d0e2a924cddbcee7f89952c3950afac /darwin.cf | |
parent | 671e8f9e2746347ab6b9a26692afc2e12b073476 (diff) |
Reenable default build of xterm since Darwin does not provide an alternate
source for it.
Diffstat (limited to 'darwin.cf')
-rw-r--r-- | darwin.cf | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -XCOMM $XdotOrg: xc/config/cf/darwin.cf,v 1.6 2004/12/09 22:49:43 torrey Exp $ +XCOMM $XdotOrg: xc/config/cf/darwin.cf,v 1.7 2005/03/17 01:12:07 torrey Exp $ XCOMM platform: $XFree86: xc/config/cf/darwin.cf,v 1.50 2004/01/20 23:54:50 torrey Exp $ /* Darwin / Mac OS X configuration by John Carmack <johnc@idsoftware.com> */ @@ -289,6 +289,10 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe /* no XFree86-VidMode extension */ #define BuildXF86VidModeExt NO +#ifndef BuildXterm +# define BuildXterm BuildClients /* Not enabled by default */ +#endif + #define BuildLibPathVar DYLD_LIBRARY_PATH /* include rules to build shared libraries */ |