summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2004-08-15 00:03:36 +0000
committerEric Anholt <anholt@freebsd.org>2004-08-15 00:03:36 +0000
commitf38b7d995112898bb6a9d3416f73fff7e27b131b (patch)
treee3df87371ef8c8409b22b9a50a296f643dc1ba0d
parent8c05d76f7f58a41d308af41150530d54b2942c03 (diff)
Bug #909: Remove incorrect HasGhostScript YES from BSD config files.
-rw-r--r--FreeBSD.cf5
-rw-r--r--NetBSD.cf3
2 files changed, 1 insertions, 7 deletions
diff --git a/FreeBSD.cf b/FreeBSD.cf
index 6db47d2..c93e494 100644
--- a/FreeBSD.cf
+++ b/FreeBSD.cf
@@ -1,5 +1,5 @@
XCOMM platform: $Xorg: FreeBSD.cf,v 1.3 2000/08/17 19:41:45 cpqbld Exp $
-XCOMM platform: $XdotOrg: xc/config/cf/FreeBSD.cf,v 1.8 2004/07/22 06:39:04 anholt Exp $
+XCOMM platform: $XdotOrg: xc/config/cf/FreeBSD.cf,v 1.9 2004/07/28 03:24:29 gisburn Exp $
XCOMM
XCOMM
XCOMM
@@ -71,9 +71,6 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe
#define HasNCurses YES
#define HasVarRun YES
#define HasVarDb YES
-#ifndef HasGhostScript
-# define HasGhostScript YES
-#endif
#ifndef BuildPDFdocs
# define BuildPDFdocs NO
#endif
diff --git a/NetBSD.cf b/NetBSD.cf
index fd21b4e..7e80dac 100644
--- a/NetBSD.cf
+++ b/NetBSD.cf
@@ -47,9 +47,6 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe
#ifndef HasLibCrypt
# define HasLibCrypt YES
#endif
-#ifndef HasGhostScript
-# define HasGhostScript YES
-#endif
#ifndef BuildPDFdocs
# define BuildPDFdocs NO
#endif