summaryrefslogtreecommitdiff
path: root/x11/kdebase
diff options
context:
space:
mode:
authortron <tron>2000-08-07 08:08:50 +0000
committertron <tron>2000-08-07 08:08:50 +0000
commit9a61e5a049ea0c9845b9770f1d0a28f47cbb729b (patch)
treeffb4782657a878adefb0df951db3bd77b5a90d26 /x11/kdebase
parent70574093e695ef1e6d2023bc79f9b85820643461 (diff)
downloadpkgsrc-9a61e5a049ea0c9845b9770f1d0a28f47cbb729b.tar.gz
Make sure that "HasXdmAuth" is really defined before checking its value.
Diffstat (limited to 'x11/kdebase')
-rw-r--r--x11/kdebase/files/Imakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kdebase/files/Imakefile b/x11/kdebase/files/Imakefile
index cde53ce9d90..cb9855c2676 100644
--- a/x11/kdebase/files/Imakefile
+++ b/x11/kdebase/files/Imakefile
@@ -1,6 +1,8 @@
-/* $NetBSD: Imakefile,v 1.1 2000/08/07 07:32:42 tron Exp $ */
+/* $NetBSD: Imakefile,v 1.2 2000/08/07 08:08:50 tron Exp $ */
hasxdmauth:
+#ifdef HasXdmAuth
#if HasXdmAuth == YES
@echo "#define HASXDMAUTH 1"
#endif
+#endif