$NetBSD: patch-ar,v 1.3 2006/01/18 23:53:06 xtraeme Exp $

--- config/cf/DragonFly.cf.in.orig	2006-01-06 13:35:13.000000000 +0000
+++ config/cf/DragonFly.cf.in
@@ -96,12 +96,12 @@ XCOMM operating system:  OSName (OSMajor
 #define HasFlex                  YES
 
 #ifndef CcCmd
-# define CcCmd                   cc
+# define CcCmd                   @@PKGSRC_CC@@
 #endif
 #ifndef CplusplusCmd
-# define CplusplusCmd            c++
+# define CplusplusCmd            @@PKGSRC_CXX@@
 #endif
-#define CppCmd                   /usr/bin/cpp
+#define CppCmd                   @@PKGSRC_CPP@@
 #define PreProcessCmd            CppCmd
 #define StandardCppOptions       -traditional
 #define StandardCppDefines       /**/
@@ -148,6 +148,10 @@ XCOMM operating system:  OSName (OSMajor
 # define HasSSESupport          NO
 #endif
 
+#ifndef BuildDmx
+#define BuildDmx		YES
+#endif
+
 #ifndef UseRpath
 # define UseRpath               YES
 #endif
@@ -293,7 +297,7 @@ XCOMM operating system:  OSName (OSMajor
  * Compress manual pages
  */
 #ifndef CompressManPages
-# define CompressManPages    YES
+# define CompressManPages    NO
 #endif
 
 #define HasBsdMake    YES
