summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorrey Lyons <torrey@mrcla.com>2005-04-01 01:22:07 +0000
committerTorrey Lyons <torrey@mrcla.com>2005-04-01 01:22:07 +0000
commit05b6787efae95a12604d7da212148fdf571c361b (patch)
tree2ef5168e2d0e2a924cddbcee7f89952c3950afac
parent671e8f9e2746347ab6b9a26692afc2e12b073476 (diff)
Reenable default build of xterm since Darwin does not provide an alternate
source for it.
-rw-r--r--darwin.cf6
1 files changed, 5 insertions, 1 deletions
diff --git a/darwin.cf b/darwin.cf
index 804cc14..ef064cd 100644
--- a/darwin.cf
+++ b/darwin.cf
@@ -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 */